make homogay body background a little lighter

This commit is contained in:
fef 2022-11-29 06:42:45 +00:00
parent 42f34cfb81
commit 67e379059c
No known key found for this signature in database
GPG key ID: EC22E476DC2D3D84

View file

@ -1,3 +1,7 @@
body {
background: darken($ui-base-color, 5%);
}
// hashtags in primary color
.status__content a {
color: $highlight-text-color;