mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 15:02:25 -05: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
|
|
@ -63,6 +63,13 @@ html, body {
|
|||
.profile .profile-header .basic-info .avatar-image-wrapper {
|
||||
border: var(--single-border);
|
||||
}
|
||||
|
||||
.profile .statuses .rss-icon .fa {
|
||||
/* enforce dark mode style */
|
||||
background: linear-gradient(to right, var(--almost-black) 100%, transparent 0) no-repeat center center;
|
||||
background-size: 1.2rem 1.4rem;
|
||||
}
|
||||
|
||||
.status .status-header > address > a .avatar {
|
||||
border: var(--single-border);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue