We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1595877 + ddeb3ce commit 604d4ddCopy full SHA for 604d4dd
crates/mdbook-html/front-end/css/variables.css
@@ -327,5 +327,9 @@
327
--copy-button-filter: invert(26%) sepia(8%) saturate(575%) hue-rotate(169deg) brightness(87%) contrast(82%);
328
/* Same as `--sidebar-active` */
329
--copy-button-filter-hover: invert(36%) sepia(70%) saturate(503%) hue-rotate(167deg) brightness(98%) contrast(89%);
330
+
331
+ --footnote-highlight: #4079ae;
332
333
+ --overlay-bg: rgba(33, 40, 48, 0.4);
334
}
335
0 commit comments