diff --git a/assets/main.scss b/assets/main.scss index c29491c..9781108 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -43,3 +43,24 @@ img { float: right !important; } } + +// Customize the dark theme to be more me +@media (prefers-color-scheme: dark) { + * { + color: #ffb700 !important; + border-color: #ffb700 !important; + background-color: #000000 !important; + } + + .site-nav { + color-scheme: only dark !important; + color: #ffb700 !important; + background-color: #000000 !important; + color: #ffb700 !important; + } + + // I don't want links to be restored to amber' + a { + color: revert !important; + } +}