revite/src/styles/_variables.scss

10 lines
208 B
SCSS
Raw Normal View History

:root {
--ligatures: none;
--font: "Open Sans";
--app-height: 100vh;
--codeblock-font: "Fira Code";
--sidebar-active: var(--secondary-background);
--bottom-navigation-height: 50px;
}