webconfig: Fix box shadow in dark mode

This changed from a separate div to directly on the body
This commit is contained in:
Fabian Boehm 2023-08-29 14:17:07 +02:00
parent 209af84a37
commit b54faf9469

View File

@ -632,7 +632,7 @@ img.delete_icon {
color: #DDD;
}
div#ancestor {
#ancestor {
box-shadow: 0 0 5px 1px #000;
}
.tab {