mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
revert 'dimming' method
This commit is contained in:
parent
fdd6659139
commit
f97d2e2644
11
css/main.css
11
css/main.css
@ -1,5 +1,7 @@
|
|||||||
:root {
|
:root {
|
||||||
--color-text: #fff;
|
--color-text: #999;
|
||||||
|
--color-text-dimmed: #666;
|
||||||
|
--color-text-bright: #fff;
|
||||||
--color-background: black;
|
--color-background: black;
|
||||||
--base: 20px;
|
--base: 20px;
|
||||||
--font-primary: "Roboto Condensed";
|
--font-primary: "Roboto Condensed";
|
||||||
@ -36,18 +38,15 @@ body {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.dimmed {
|
.dimmed {
|
||||||
color: var(--color-text);
|
color: var(--color-text-dimmed);
|
||||||
opacity: 0.4;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.normal {
|
.normal {
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
opacity: 0.7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bright {
|
.bright {
|
||||||
color: var(--color-text);
|
color: var(--color-text-bright);
|
||||||
opacity: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.xsmall {
|
.xsmall {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user