mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-05 20:28:07 -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
|
|
@ -34,6 +34,9 @@
|
|||
/* dark blues */
|
||||
--gray2: #29485A; /* black forest blue */
|
||||
--gray4: #2B3246; /* vintage dark blue */
|
||||
/* enforce dark mode style */
|
||||
--white1: #fafaff;
|
||||
--white2: #b3b5c6;
|
||||
/* statuses */
|
||||
--status-bg: var(--dgreen1);
|
||||
--status-focus-bg: var(--dgreen1);
|
||||
|
|
@ -87,6 +90,12 @@ box-shadow: none; /* no "glow" for buttons */
|
|||
border-top: 0.1rem solid var(--sunny);
|
||||
}
|
||||
|
||||
/* RSS icon */
|
||||
.profile .statuses .rss-icon .fa {
|
||||
background: linear-gradient(to right, var(--gray2) 100%, transparent 0) no-repeat center center;
|
||||
background-size: 1.2rem 1.4rem;
|
||||
}
|
||||
|
||||
/* Block quotes */
|
||||
blockquote {
|
||||
background-color: var(--quotebg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue