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

View File

@ -54,18 +54,18 @@
}
&.style1 {
color: _palette(accent1, fg-dark);
color: _palette(bg);
}
&.style2 {
color: _palette(accent2, fg-dark);
color: _palette(accent2, bg);
}
&.style3 {
color: _palette(accent3, fg-dark);
color: _palette(accent3, bg);
}
&.style4 {
color: _palette(accent4, fg-dark);
color: _palette(accent4, bg);
}
}