mirror of https://github.com/vector-im/riot-web
Merge pull request #7927 from vector-im/nadonomy/accent
Added new colour var to all themespull/8109/head
commit
8b97e2ceab
|
@ -68,6 +68,7 @@ $focus-bg-color: #dddddd;
|
||||||
// button UI (white-on-green in light skin)
|
// button UI (white-on-green in light skin)
|
||||||
$accent-fg-color: #ffffff;
|
$accent-fg-color: #ffffff;
|
||||||
$accent-color: #6CC1F6;
|
$accent-color: #6CC1F6;
|
||||||
|
$accent-color-alt: $accent-color;
|
||||||
$accent-color-50pct: #6CC1F67F;
|
$accent-color-50pct: #6CC1F67F;
|
||||||
$accent-hover-color: #84cfff;
|
$accent-hover-color: #84cfff;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue