mirror of https://github.com/vector-im/riot-web
Fix inability to change accent colour consistently in custom theming (#12772)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>t3chguy/dedup-icons-17oct
parent
2e0b5bb462
commit
38e1da5626
|
@ -18,7 +18,7 @@ $font-family: var(--font-family, $font-family);
|
||||||
$monospace-font-family: var(--font-family-monospace, $monospace-font-family);
|
$monospace-font-family: var(--font-family-monospace, $monospace-font-family);
|
||||||
|
|
||||||
/* Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A741 */
|
/* Colors from Figma Compound https://www.figma.com/file/X4XTH9iS2KGJ2wFKDqkyed/Compound?node-id=559%3A741 */
|
||||||
$accent: var(--accent, $accent);
|
$accent: var(--accent-color, $accent);
|
||||||
$alert: var(--alert, $alert);
|
$alert: var(--alert, $alert);
|
||||||
$links: var(--links, $links);
|
$links: var(--links, $links);
|
||||||
$primary-content: var(--primary-content, $primary-content);
|
$primary-content: var(--primary-content, $primary-content);
|
||||||
|
|
Loading…
Reference in New Issue