Message ID | 20230112044750.10509-2-vapier@gentoo.org |
---|---|
State | New |
Headers | |
Series | [htdocs,1/2] css: start a file to hold common content | |
Commit Message
diff --git a/css/site.css b/css/site.css index 824a5b9573bb..0252f5602ead 100644 --- a/css/site.css +++ b/css/site.css @@ -14,3 +14,22 @@ a:active { a:visited { color: #90D; } + +@media (prefers-color-scheme: dark) { + body { + background-color: #333; + color: #FFF; + } + + a:link { + color: #8CB4FF; + } + + a:active { + color: #0FF; + } + + a:visited { + color: #8CB400; + } +}