diff options
Diffstat (limited to 'web/source/css/index.css')
-rw-r--r-- | web/source/css/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/source/css/index.css b/web/source/css/index.css index 9f8e662d4..a7c18c6dd 100644 --- a/web/source/css/index.css +++ b/web/source/css/index.css @@ -70,6 +70,10 @@ .activitypub-logo { background: $fg; + /* light mode */ + @media (prefers-color-scheme: light) { + background: none; + } box-shadow: $boxshadow; border-radius: $br; max-width: 100%; |