diff options
Diffstat (limited to 'web/assets/themes/rain-forest.css')
-rw-r--r-- | web/assets/themes/rain-forest.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/assets/themes/rain-forest.css b/web/assets/themes/rain-forest.css index 3a890ef64..62763cec3 100644 --- a/web/assets/themes/rain-forest.css +++ b/web/assets/themes/rain-forest.css @@ -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); |