chore: add toc theme config option and update theme guides

This commit is contained in:
radishzzz 2025-05-18 17:23:32 +01:00
parent 94f9998f45
commit eb82a7d2f2
14 changed files with 121 additions and 15 deletions

View file

@ -211,7 +211,7 @@ html.dark .heti :where(u) {
/* Highlighted Text */
.heti :where(mark) {
--at-apply: 'bg-mark py-0.65 text-inherit';
--at-apply: 'bg-highlight py-0.65 text-inherit';
}
/* Footnotes */
@ -221,7 +221,7 @@ html.dark .heti :where(u) {
}
.heti sup:target,
.heti sup a:target {
--at-apply: 'bg-mark';
--at-apply: 'bg-highlight';
}
.heti .data-footnote-backref {
--at-apply: 'font-serif no-underline';