fix: match header color to obsidian background instead of transparent
This commit is contained in:
parent
168af16522
commit
2f02489159
1 changed files with 5 additions and 4 deletions
|
|
@ -150,14 +150,15 @@ body:has(#itemDetailPage) html::after,
|
||||||
background: var(--arcane-blue) !important;
|
background: var(--arcane-blue) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Transparent header — blends into background */
|
/* Header matches background color */
|
||||||
.skinHeader-withBackground,
|
.skinHeader-withBackground,
|
||||||
.skinHeader-blurred {
|
.skinHeader-blurred,
|
||||||
background: transparent !important;
|
.skinHeader {
|
||||||
|
background: var(--obsidian) !important;
|
||||||
backdrop-filter: none !important;
|
backdrop-filter: none !important;
|
||||||
-webkit-backdrop-filter: none !important;
|
-webkit-backdrop-filter: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
border: none !important;
|
border-color: var(--obsidian) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Glassmorphism for drawer only */
|
/* Glassmorphism for drawer only */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue