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');
|
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
--color-text: lightcyan;
|
||||||
/**** COLOR ****/
|
--color-text-dimmed: rgba(255, 255, 255, .75);
|
||||||
--color-text: lightcyan;
|
--color-text-bright: #fff;
|
||||||
--color-background: #464656;
|
--color-background: #464656;
|
||||||
|
--font-size: 20px;
|
||||||
/**** TYPOGRAPHY ****/
|
--font-primary: "Poppins";
|
||||||
--base: 20px;
|
--font-secondary: "Poppins";
|
||||||
--font-primary: 'Poppins';
|
}
|
||||||
--font-secondary: 'Poppins';
|
|
||||||
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user