1
Fork 0
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:
Steffo 2022-10-12 07:56:20 +00:00 committed by GitHub
parent 9085311d16
commit 251dd0129b
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}