mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-14 19:25:02 -05:00
7 lines
169 B
SCSS
7 lines
169 B
SCSS
:root {
|
|
--ligatures: none;
|
|
--font: "Open Sans";
|
|
--app-height: 100vh;
|
|
--codeblock-font: "Fira Code";
|
|
--sidebar-active: var(--secondary-background);
|
|
}
|