Skip to content

Conversation

@LordAmit
Copy link

No description provided.

@inukshuk
Copy link
Owner

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.

@LordAmit
Copy link
Author

LordAmit commented Dec 31, 2020

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?

@igravious
Copy link

igravious commented Jul 2, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants