From 6ffde20364ce3b56c0f4bacdc440a646a8af4cc0 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Fri, 15 Dec 2023 18:55:05 -0600 Subject: added dark mode toggle --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'style.css') 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 -- cgit v1.2.3