mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
update sample css
This commit is contained in:
parent
eca35b2371
commit
564bf47fb2
@ -1,14 +1,11 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
|
||||
|
||||
:root {
|
||||
|
||||
/**** COLOR ****/
|
||||
--color-text: lightcyan;
|
||||
--color-text-dimmed: rgba(255, 255, 255, .75);
|
||||
--color-text-bright: #fff;
|
||||
--color-background: #464656;
|
||||
|
||||
/**** TYPOGRAPHY ****/
|
||||
--base: 20px;
|
||||
--font-primary: 'Poppins';
|
||||
--font-secondary: 'Poppins';
|
||||
|
||||
--font-size: 20px;
|
||||
--font-primary: "Poppins";
|
||||
--font-secondary: "Poppins";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user