mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
12 lines
315 B
Plaintext
12 lines
315 B
Plaintext
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
|
|
|
|
:root {
|
|
--color-text: lightcyan;
|
|
--color-text-dimmed: rgba(255, 255, 255, .75);
|
|
--color-text-bright: #fff;
|
|
--color-background: #464656;
|
|
--font-size: 20px;
|
|
--font-primary: "Poppins";
|
|
--font-secondary: "Poppins";
|
|
}
|