Skip to content

Commit 3ef693c

Browse files
committed
refactor: remove CSS variables that are now unused
1 parent 30ee7af commit 3ef693c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

util/gh-pages/index.html

-10
Original file line numberDiff line numberDiff line change
@@ -594,16 +594,6 @@ <h2 class="panel-title">
594594
></path>
595595
</svg>
596596
<style>
597-
:root {
598-
--theme-background-color: black;
599-
--theme-foreground-color: white;
600-
}
601-
@media (prefers-color-scheme: dark) {
602-
:root {
603-
--theme-background-color: white;
604-
--theme-foreground-color: black;
605-
}
606-
}
607597
.github-corner svg {
608598
fill: var(--fg);
609599
color: var(--bg);

0 commit comments

Comments
 (0)