summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.eex9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.eex b/index.eex
index 00944ab..c9f4a50 100644
--- a/index.eex
+++ b/index.eex
@@ -28,6 +28,15 @@
ul {
margin: 10px;
}
+ @media (prefers-color-scheme: dark) {
+ html {
+ color: #fff;
+ background: #121517;
+ }
+ a:link, a:visited {
+ color: #AA8AC1;
+ }
+ }
</style>
</head>
<body>