mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
add custom.css.sample
This commit is contained in:
parent
f9c78a5263
commit
ff8c2fe227
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…
x
Reference in New Issue
Block a user