slight color change in ui

feat/vaults
Tomáš Mládek 2021-12-11 20:02:47 +01:00
parent 43d7b06c2b
commit 57b64ed669
1 changed files with 3 additions and 2 deletions

View File

@ -40,13 +40,14 @@
@import url("/assets/fonts/inter.css");
$primary: #2c3e50;
$primary-lighter: #394F66;
$background: white;
html {
--default-font: "Inter", sans-serif;
--monospace-font: "Fira Code", "Consolas", "Inconsolata", "Hack", monospace;
--foreground: #{$primary};
--foreground-lighter: #{color.scale($primary, $lightness: 50%)};
--foreground-lighter: #{$primary-lighter};
--background: #{$background};
--background-emph: #{color.scale($background, $lightness: -3%)};
@ -67,7 +68,7 @@
--foreground: #{$background};
--foreground-lighter: #{color.scale($background, $lightness: -50%)};
--background: #{$primary};
--background-emph: #{color.scale($primary, $lightness: 5%)};
--background-emph: #{$primary-lighter};
}
}