messing about with colours

This commit is contained in:
czmj
2017-09-22 17:23:08 +01:00
parent 9003143e6c
commit 563c5a2552
8 changed files with 28 additions and 30 deletions
+4 -4
View File
@@ -57,16 +57,16 @@ button,
}
&.special {
background-color: _palette(accent4, bg);
background-color: _palette(accent3, bg);
box-shadow: none !important;
color: _palette(accent4, fg-bold) !important;
color: _palette(accent3, fg-bold) !important;
&:hover {
background-color: lighten(_palette(accent4, bg), 5) !important;
background-color: lighten(_palette(accent3, bg), 5) !important;
}
&:active {
background-color: darken(_palette(accent4, bg), 5) !important;
background-color: darken(_palette(accent3, bg), 5) !important;
}
}