Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
whitetshirte authored Feb 20, 2024
1 parent cd4092d commit 3f9cdef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<style>
:root {
--color-background: #fbf1c7;
--color-text-subtle: #eee;
--color-text-subtle: #00000;
--color-text: #eee;
--font-family: -apple-system, Helvetica, sans-serif;
--font-size-1: 1rem;
Expand All @@ -27,7 +27,7 @@
:root {
--color-background: #000000;
--color-text-subtle: #000000;
--color-text: #111;
--color-text: #000;
}
}
</style>
Expand Down

0 comments on commit 3f9cdef

Please sign in to comment.