We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad5141 commit 5e95002Copy full SHA for 5e95002
index.html
@@ -8,7 +8,10 @@
8
<title>code4math</title>
9
<meta name="description" content="Consortium of Digital Ecosystems for Mathematics" />
10
<link rel="stylesheet" href="./simple.min.css">
11
-<style>:root {--accent-bg: #f7fff5; --accent: #47a10d}</style>
+<style>
12
+ :root {--accent-bg: #f7fff5; --accent: #47a10d}
13
+ @media (prefers-color-scheme: dark) { :root {--accent-bg: #212a22; --accent: #00b928} }
14
+</style>
15
16
<link rel="icon" href="/favicon.png" />
17
<link rel="apple-touch-icon" href="/favicon.png">
0 commit comments