diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |