mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 19:45:12 +01:00
Only show dropshadow on nav on the correct themes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user