mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
Add $accent-color-50pct as a CSS variable to the Status theme
This commit is contained in:
parent
0aeef3187a
commit
c338e491fe
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ $focus-bg-color: #dddddd;
|
|||
// button UI (white-on-green in light skin)
|
||||
$accent-fg-color: #ffffff;
|
||||
$accent-color: #6CC1F6;
|
||||
$accent-color-50pct: #6CC1F67F;
|
||||
$accent-hover-color: #84cfff;
|
||||
|
||||
$selection-fg-color: $primary-bg-color;
|
||||
|
|
Loading…
Reference in a new issue