Unify base and pink

This commit is contained in:
Emilia Allison 2022-09-28 12:34:13 -04:00
parent f21678220a
commit b62f80656b
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
2 changed files with 58 additions and 60 deletions

View File

@ -1,6 +1,37 @@
/* ----------------- */ /* ----------------- */
/* Custom Properties */ /* Custom Properties */
/* ----------------- */ /* ----------------- */
/* Many of the prop-
* erties here are
* where the substa-
* ntive changes
* will be made */
:root {
/* colors */
--color-dark: 0 0% 0% ; /* Black */
--color-light: 0 0% 50% ; /* Gray */
--color-white: 0 0% 100% ;/* White */
/* font */
/* Sizes divided by 16 so values given in px */
--fs-900: calc(125rem / 16);
--fs-800: calc(75rem / 16);
--fs-700: calc(56rem / 16);
--fs-600: calc(32rem / 16);
--fs-500: calc(28rem / 16);
--fs-400: calc(24rem / 16);
--fs-300: calc(18rem / 16);
--fs-200: calc(16rem / 16);
--ff-serif: serif;
--ff-sans-cond: sans-serif;
--ff-sans: sans-serif;
}
/* ----- */ /* ----- */
/* Reset */ /* Reset */
@ -58,40 +89,6 @@ input, button, textarea, select {
} }
} }
/* ----------------- */
/* Custom Properties */
/* ----------------- */
/* Many of the prop-
* erties here are
* where the substa-
* ntive changes
* will be made */
:root {
/* colors */
--color-dark: 0 0% 0% ; /* Black */
--color-light: 0 0% 50% ; /* Gray */
--color-white: 0 0% 100% ;/* White */
/* font */
/* Sizes divided by 16 so values given in px */
--fs-900: calc(125rem / 16);
--fs-800: calc(75rem / 16);
--fs-700: calc(56rem / 16);
--fs-600: calc(32rem / 16);
--fs-500: calc(28rem / 16);
--fs-400: calc(24rem / 16);
--fs-300: calc(18rem / 16);
--fs-200: calc(16rem / 16);
--ff-serif: serif;
--ff-sans-cond: sans-serif;
--ff-sans: sans-serif;
}
/* --------------- */ /* --------------- */
/* Utility Classes */ /* Utility Classes */

View File

@ -34,6 +34,7 @@
--ff-sans: sans-serif; --ff-sans: sans-serif;
} }
/* ----- */ /* ----- */
/* Reset */ /* Reset */
/* ----- */ /* ----- */