mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 01:26:29 -04:00
add custom.css.sample
This commit is contained in:
parent
f9c78a5263
commit
ff8c2fe227
1 changed files with 14 additions and 0 deletions
14
css/custom.css.sample
Normal file
14
css/custom.css.sample
Normal 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';
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue