This commit is contained in:
Salt 2020-08-16 12:08:38 -05:00
parent b6a20559f1
commit bccc571d85
1 changed files with 6 additions and 6 deletions

View File

@ -8,12 +8,12 @@
/* GLOBALS */
:root {
--background-bright: #fcfcfc;
--background: #eff0f1;
--link: #2980b9;
--link-hover: #3daee9;
--shadow: 8px -5px #cececf;
--text: #31363b;
--background-bright: #fdfcfa;
--background: #ecebe9;
--link: #286a9d;
--link-hover: #3ea5f3;
--shadow: 8px -5px #d6d5d3;
--text: #414040;
}
html {
overflow-y: scroll;