summaryrefslogtreecommitdiff
path: root/web/source/css
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2022-10-03 20:35:43 +0200
committerLibravatar GitHub <noreply@github.com>2022-10-03 20:35:43 +0200
commit1a56352568c64e2b91c52b52579d3e7f53b7015c (patch)
treecf8ceee4e8eb8e9e1938122f83d9353feca09e92 /web/source/css
parent[frontend] change spacing of status, text always on it's own line, move statu... (diff)
downloadgotosocial-1a56352568c64e2b91c52b52579d3e7f53b7015c.tar.xz
[frontend] scroll to highlighted toot, improve highlight (#885)
Diffstat (limited to 'web/source/css')
-rw-r--r--web/source/css/_colors.css2
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;