mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 21:00:57 +00:00
change --base to --font-size
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
--color-text-dimmed: #666;
|
--color-text-dimmed: #666;
|
||||||
--color-text-bright: #fff;
|
--color-text-bright: #fff;
|
||||||
--color-background: black;
|
--color-background: black;
|
||||||
--base: 20px;
|
--font-size: 20px;
|
||||||
--font-primary: "Roboto Condensed";
|
--font-primary: "Roboto Condensed";
|
||||||
--font-secondary: "Roboto";
|
--font-secondary: "Roboto";
|
||||||
}
|
}
|
||||||
@@ -13,7 +13,7 @@ html {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: var(--color-background);
|
background: var(--color-background);
|
||||||
user-select: none;
|
user-select: none;
|
||||||
font-size: var(--base);
|
font-size: var(--font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
|
Reference in New Issue
Block a user