This commit is contained in:
czmj
2017-09-22 16:11:09 +01:00
parent 27e4d581b6
commit 9003143e6c
9 changed files with 92 additions and 25 deletions

View File

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