mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 11:34:21 +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
|
// Do not give the same effects to nested panels
|
||||||
@{panel} {
|
@{panel} {
|
||||||
background-color: .hsl-group(foreground; 0.075)[@c];
|
background-color: .hsl-group(current; 0.075)[@c];
|
||||||
backdrop-filter: none;
|
backdrop-filter: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue