bug: Fix issue with page links going to the wrong place

This commit is contained in:
2026-06-08 21:48:52 +00:00
parent 4dbdb12876
commit 41d89cb632
7 changed files with 21072 additions and 23602 deletions

View File

@@ -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); }