change --base to --font-size

This commit is contained in:
Earl Man
2021-04-08 14:51:07 -05:00
parent f97d2e2644
commit eca35b2371

View File

@@ -3,7 +3,7 @@
--color-text-dimmed: #666;
--color-text-bright: #fff;
--color-background: black;
--base: 20px;
--font-size: 20px;
--font-primary: "Roboto Condensed";
--font-secondary: "Roboto";
}
@@ -13,7 +13,7 @@ html {
overflow: hidden;
background: var(--color-background);
user-select: none;
font-size: var(--base);
font-size: var(--font-size);
}
::-webkit-scrollbar {