refactor: remove CSS variables that are now unused
This commit is contained in:
parent
30ee7af2ca
commit
3ef693c555
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user