Updated assets in Appearance menu - do not touch

This commit is contained in:
nizune
2021-07-09 12:26:00 +02:00
parent 362e7452fe
commit bca01022c0
7 changed files with 311 additions and 159 deletions

View File

@@ -5,6 +5,9 @@
--app-height: 100vh;
--codeblock-font: "Fira Code";
--sidebar-active: var(--secondary-background);
--background-rgb: (25,25,25); //THIS IS SO THAT WE CAN HAVE CUSTOM BACKGROUNDS FOR THE CLIENT, CONVERTS THE HEX TO AN RGB VALUE FROM --background
--background-rgba: rgba(var(--background-rgb), .8); //make the opacity also customizable
--input-border-width: 2px;