Skip to content

Commit

Permalink
Add dark mode to the config pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 8, 2025
1 parent 65fe4b5 commit 8966d02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/timer.cubing.net/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
<title>Timer 🛠 | Config</title>

<style>
:root {
color-scheme: light dark;
}

body {
font-family: sans-serif;
}

</style>
</head>

Expand Down
5 changes: 4 additions & 1 deletion src/timer.cubing.net/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<title>Timer 🛠 | Results</title>
<script src="./ui/results-page.js" href="./ui/results-page.ts" type="module"></script>
<style>
:root {
color-scheme: light dark;
}

body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
Expand All @@ -26,7 +30,6 @@
table thead {
text-align: center;
}

</style>
</head>

Expand Down

0 comments on commit 8966d02

Please sign in to comment.