Archived
messing about with colours
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user