forked from cybrespace/mastodon
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…
Reference in New Issue