Open LordAmit opened 3 years ago
Hi!
Thanks for creating jekyll-scholar and responding! Really appreciate it.
About CSS approach - can you please elaborate a bit more about the approach you have in mind?
The CSS approach? Like this.
Add a custom assets/main.scss
file:
---
---
@import "minima";
/* override defaults or provide more specificity */
h2.bibliography {
background-color: #E0E0E0;
}
ol.bibliography li {
list-style-type: none;
}
If you've any more/other questions, just ask.
Whether or not the ordered list is displayed with numbers can also be configured using CSS. I've always assumed that the stylesheet is the best way to handle this.