Browse Source

Fix #538 - Darken buttons to increase contrast

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
1c507ff172
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/stylesheets/components.scss

+ 1
- 1
app/assets/stylesheets/components.scss View File

@ -1,5 +1,5 @@
.button {
background-color: $color4;
background-color: darken($color4, 3%);
font-family: inherit;
display: inline-block;
position: relative;

Loading…
Cancel
Save