summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index 52c1bbe..87104fd 100644
--- a/style.css
+++ b/style.css
@@ -90,4 +90,13 @@ a:visited {
a:hover {
color: hsl(calc(var(--contrast-hue) - 150), 100%, var(--contrast-lightness))
+}
+
+.dark-mode-container {
+ float: right;
+}
+
+input[type='checkbox'] {
+ border-color: var(--foreground-accent-color);
+ background-color: var(--background-accent-color);
} \ No newline at end of file