mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 16:24:22 +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;
|
padding: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol li::marker {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue