mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 13:17:30 -06:00
[feature/frontend] add light mode color scheme of base css, adapt to prefers-color-scheme (#3765)
This commit is contained in:
parent
a6d1f5bf2c
commit
42bbbaadb2
8 changed files with 80 additions and 2 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue