Skip to content
Snippets Groups Projects
Commit 1c507ff1 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Fix #538 - Darken buttons to increase contrast

parent 3a310e8f
No related branches found
No related tags found
No related merge requests found
.button {
background-color: $color4;
background-color: darken($color4, 3%);
font-family: inherit;
display: inline-block;
position: relative;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment