fix monitor bg contrast
Some checks failed
Angular Build / build (push) Has been cancelled

This commit is contained in:
2026-04-27 22:44:39 +02:00
parent e4bbe6e75c
commit 8c637addf5
8 changed files with 31 additions and 22 deletions

View File

@@ -36,7 +36,7 @@
filter: blur(10px);
&.visible {
opacity: 0.5;
opacity: 0.7;
}
}
@@ -54,7 +54,7 @@
filter: blur(5px);
&.visible {
opacity: 0.4;
opacity: 0.6;
}
}
@@ -63,7 +63,7 @@
filter: blur(8px);
&.visible {
opacity: 0.2;
opacity: 0.4;
}
}
@@ -72,7 +72,7 @@
filter: blur(8px);
&.visible {
opacity: 0.2;
opacity: 0.4;
}
}