mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Fix #538 - Darken buttons to increase contrast
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.button {
|
||||
background-color: $color4;
|
||||
background-color: darken($color4, 3%);
|
||||
font-family: inherit;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user