mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
|
@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';
|
||
|
|
||
|
}
|