mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
Fix #49: Use current
instead of foreground
This commit is contained in:
parent
9085311d16
commit
251dd0129b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
// Do not give the same effects to nested panels
|
||||
@{panel} {
|
||||
background-color: .hsl-group(foreground; 0.075)[@c];
|
||||
background-color: .hsl-group(current; 0.075)[@c];
|
||||
backdrop-filter: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue