Skip to content

Commit

Permalink
refactor: remove CSS variables that are now unused
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Feb 26, 2024
1 parent 30ee7af commit 3ef693c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions util/gh-pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,16 +594,6 @@ <h2 class="panel-title">
></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);
Expand Down

0 comments on commit 3ef693c

Please sign in to comment.