diff options
Diffstat (limited to 'hosts/ahmed')
-rw-r--r-- | hosts/ahmed/torrenting/portal/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/ahmed/torrenting/portal/index.css b/hosts/ahmed/torrenting/portal/index.css index 8132a1f..455ec8f 100644 --- a/hosts/ahmed/torrenting/portal/index.css +++ b/hosts/ahmed/torrenting/portal/index.css @@ -66,3 +66,9 @@ body { font-weight: bold; } +@media (prefers-color-scheme: dark) { + body { + background-color: #343434; + color: white; + } +} |