[feature/frontend] add light mode color scheme of base css, adapt to prefers-color-scheme

This commit is contained in:
cdn0x12 2025-02-09 18:24:43 +08:00
commit 670c0eb294
No known key found for this signature in database
GPG key ID: 0C656827F9F80080
8 changed files with 80 additions and 2 deletions

View file

@ -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%;