1
0
Fork 0

articles.css changed styling for lists.

This commit is contained in:
Alexander Andreev 2023-02-05 04:42:30 +04:00
parent afb3774646
commit 6987070d68
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 3 additions and 5 deletions

View File

@ -53,12 +53,10 @@ article header .menu {
font-size: .8rem;
justify-content: space-between; }
article header nav a { font-variant: normal; }
article header nav ol {
article ol {
counter-reset: item;
list-style-type: none; }
article header nav ol > li { counter-increment: item; }
article ol > li { counter-increment: item; }
article header nav ol > li:before { content: counters(item, '.') '. '; }
article ol > li:before { content: counters(item, '.') '. '; }