mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-27 02:48:39 +08: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).
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
@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");
|