From 251dd0129b90ec6624092c6924f6688d3a8aec20 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 12 Oct 2022 07:56:20 +0000 Subject: [PATCH] Fix #49: Use `current` instead of `foreground` --- src/rules/classic.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules/classic.less b/src/rules/classic.less index 2e7f558..be64a53 100644 --- a/src/rules/classic.less +++ b/src/rules/classic.less @@ -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; }