1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Only show dropshadow on nav on the correct themes

This commit is contained in:
2025-07-07 21:54:54 +02:00
parent 6ed1269711
commit e55b3c0ea1

View File

@@ -159,6 +159,10 @@ header {
height: 3rem;
display: flex;
align-items: center;
}
[data-theme='nebula'] header,
[data-theme='nebula-dark'] header {
/*box-shadow: 0 0 5px 0 rgba(213, 217, 217, .5);*/
/*box-shadow: 0 0 5px 0 #999;*/
box-shadow: 0 0 5px var(--shadow-color);