bug: Fix issue with page links going to the wrong place
This commit is contained in:
@@ -76,6 +76,7 @@ ul, ol { padding-left: 1.5em; margin-bottom: 0.9em; }
|
||||
li { margin-bottom: 0.35em; }
|
||||
li > p { margin-bottom: 0.3em; }
|
||||
li strong { color: var(--gold); }
|
||||
dl dt::before { content: "\10087 "; }
|
||||
|
||||
/* Custom bullet style used by several pages */
|
||||
ul.no-bullets, .class-list, .toc-list, .ability-list { list-style: none; padding-left: 0; }
|
||||
@@ -286,3 +287,4 @@ section { margin-bottom: 1.4em; }
|
||||
::-webkit-scrollbar-track { background: var(--bg); }
|
||||
::-webkit-scrollbar-thumb { background: var(--border-bright); }
|
||||
::-webkit-scrollbar-thumb:hover { background: var(--teal-dim); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user