mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +03:00
8bbad9f653
* Enable custom themes to theme Compound * Remove the now redundant username color variables They are replaced by the Compound theming options (specifically, username colors can be themed by changing the color of Compound's decorative color tokens).
7 lines
246 B
Text
7 lines
246 B
Text
@import "../../../../res/css/_font-sizes.pcss";
|
|
@import "_paths.pcss";
|
|
@import "_fonts.pcss";
|
|
@import "_light.pcss";
|
|
@import "_mods.pcss";
|
|
@import "../../../../res/css/_components.pcss";
|
|
@import url("highlight.js/styles/atom-one-light.min.css");
|