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