]> cat aescling's git repositories - mastodon.git/commitdiff
Fix #538 - Darken buttons to increase contrast
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 26 Jan 2017 02:32:00 +0000 (03:32 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 26 Jan 2017 02:32:00 +0000 (03:32 +0100)
app/assets/stylesheets/components.scss

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