mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
Render the toplevel TOC items bolder
This commit is contained in:
parent
7a495aff30
commit
38d8cafc73
@ -58,9 +58,14 @@
|
|||||||
|
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
|
|
||||||
|
li {
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
|
Loading…
Reference in New Issue
Block a user