mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-07 09:48:20 +01:00
Fix #538 - Darken buttons to increase contrast
This commit is contained in:
parent
3a310e8f63
commit
1c507ff172
@ -1,5 +1,5 @@
|
|||||||
.button {
|
.button {
|
||||||
background-color: $color4;
|
background-color: darken($color4, 3%);
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user