mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 17:44:23 +01:00
Add: sorted list styling
This commit is contained in:
parent
38d1a216c1
commit
d007997374
1 changed files with 5 additions and 0 deletions
|
@ -196,6 +196,11 @@ table, td, th {
|
|||
padding: 6px;
|
||||
}
|
||||
|
||||
ol li::marker {
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue