mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-22 23:09:20 +00:00
Fix pillbar button colors (#2639)
This commit is contained in:
@@ -4185,7 +4185,7 @@ a.status-card {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
flex: auto;
|
flex: auto;
|
||||||
background-color: $ui-base-color;
|
background-color: lighten($ui-base-color, 8%);
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
transition-property: background-color, box-shadow;
|
transition-property: background-color, box-shadow;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user