diff options
| author | 2022-10-03 20:35:43 +0200 | |
|---|---|---|
| committer | 2022-10-03 20:35:43 +0200 | |
| commit | 1a56352568c64e2b91c52b52579d3e7f53b7015c (patch) | |
| tree | cf8ceee4e8eb8e9e1938122f83d9353feca09e92 /web/source/css | |
| parent | [frontend] change spacing of status, text always on it's own line, move statu... (diff) | |
| download | gotosocial-1a56352568c64e2b91c52b52579d3e7f53b7015c.tar.xz | |
[frontend] scroll to highlighted toot, improve highlight (#885)
Diffstat (limited to 'web/source/css')
| -rw-r--r-- | web/source/css/_colors.css | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/web/source/css/_colors.css b/web/source/css/_colors.css index fb07758aa..026d41450 100644 --- a/web/source/css/_colors.css +++ b/web/source/css/_colors.css @@ -71,7 +71,7 @@ $button-danger-fg: $gray1;  $button-danger-hover-bg: $orange2;  $toot-focus-bg: $gray5; -$toot-unfocus-bg: $gray3; +$toot-unfocus-bg: $gray2;  $toot-info-bg: $gray4; | 
