dark-mode: make shadow black

Better have a barely visible shadow than a backlight.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-03-21 11:04:25 +01:00 committed by Thomas Lamprecht
parent a7acac0d9d
commit 883acf6dc9

View File

@ -10,5 +10,5 @@
.x-css-shadow {
// the additional styling from the pve css overwrites the setting on
// the element with "!important", that's why we need it here.
box-shadow: $background-darkest 0 0 5px !important;
box-shadow: black 0 0 10px !important;
}