Improved stats section
This commit is contained in:
parent
e22005dc86
commit
97f7234f92
3 changed files with 31 additions and 2 deletions
|
@ -267,4 +267,26 @@ li {
|
|||
video {
|
||||
width: 95%;
|
||||
max-height: 90vh;
|
||||
}
|
||||
|
||||
sup {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.noteList {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.noteList > * {
|
||||
counter-increment: noteList;
|
||||
color: gray;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.noteList > li::before {
|
||||
content: "*" counter(noteList) ". ";
|
||||
}
|
||||
|
||||
em {
|
||||
color: inherit;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue