refactor: remove CSS variables that are now unused

This commit is contained in:
Hamir Mahal 2024-02-26 00:00:33 -08:00
parent 30ee7af2ca
commit 3ef693c555
No known key found for this signature in database

View File

@ -594,16 +594,6 @@ Otherwise, have a great day =^.^=
></path>
</svg>
<style>
:root {
--theme-background-color: black;
--theme-foreground-color: white;
}
@media (prefers-color-scheme: dark) {
:root {
--theme-background-color: white;
--theme-foreground-color: black;
}
}
.github-corner svg {
fill: var(--fg);
color: var(--bg);