Fix missing css vars for no-js dark mode

These various were inadvertently missing from the no-js dark mode.
This commit is contained in:
Eric Huss 2025-09-18 18:53:46 -07:00
parent 15958773d5
commit ddeb3ce54f

View file

@ -327,5 +327,9 @@
--copy-button-filter: invert(26%) sepia(8%) saturate(575%) hue-rotate(169deg) brightness(87%) contrast(82%);
/* Same as `--sidebar-active` */
--copy-button-filter-hover: invert(36%) sepia(70%) saturate(503%) hue-rotate(167deg) brightness(98%) contrast(89%);
--footnote-highlight: #4079ae;
--overlay-bg: rgba(33, 40, 48, 0.4);
}
}