fix(layout): float the annotation navigation bar, closes #3386 (#3387)

This commit is contained in:
Huang Xin
2026-02-26 13:56:29 +08:00
committed by GitHub
parent 80105af839
commit 68d4538d40
2 changed files with 13 additions and 6 deletions
+3
View File
@@ -148,6 +148,9 @@ const getColorStyles = (
background-color: var(--theme-bg-color, transparent);
background: var(--background-set, none);
}
body {
${isEink ? `background-color: ${bg} !important;` : ''}
}
section, aside, blockquote, article, nav, header, footer, main, figure,
div, p, font, h1, h2, h3, h4, h5, h6, li, span {
${overrideColor ? `background-color: ${bg} !important;` : ''}