Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

further configuration for disabling ordered list #321

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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.

None yet

3 participants