add custom.css.sample

This commit is contained in:
earlman 2021-04-04 13:22:33 -05:00
parent f9c78a5263
commit ff8c2fe227

14
css/custom.css.sample Normal file
View File

@ -0,0 +1,14 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
:root {
/**** COLOR ****/
--color-text: lightcyan;
--color-background: #464656;
/**** TYPOGRAPHY ****/
--base: 20px;
--font-primary: 'Poppins';
--font-secondary: 'Poppins';
}