2021-07-01 08:42:53 -04:00
|
|
|
:root {
|
2021-07-04 12:56:18 -04:00
|
|
|
--ligatures: none;
|
2021-07-06 06:04:51 -04:00
|
|
|
--text-size: 14px;
|
2021-07-04 12:56:18 -04:00
|
|
|
--font: "Open Sans";
|
2021-07-03 10:23:29 -04:00
|
|
|
--app-height: 100vh;
|
2021-07-04 12:56:18 -04:00
|
|
|
--codeblock-font: "Fira Code";
|
2021-07-01 08:42:53 -04:00
|
|
|
--sidebar-active: var(--secondary-background);
|
2021-07-06 06:04:51 -04:00
|
|
|
|
|
|
|
--input-border-width: 2px;
|
|
|
|
|
|
|
|
--textarea-padding: 16px;
|
|
|
|
--textarea-line-height: 20px;
|
|
|
|
--message-box-padding: 12px;
|
2021-07-05 12:55:08 -04:00
|
|
|
|
|
|
|
--bottom-navigation-height: 50px;
|
2021-07-01 08:42:53 -04:00
|
|
|
}
|