From 68e51996fd83f33ad95507bf92279be48229a76b Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 18 Jul 2022 13:27:09 +0300 Subject: [PATCH] Change mixin set-blur-background default value to global-background --- less/mixin.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/mixin.less b/less/mixin.less index ec7a9bb..7868088 100644 --- a/less/mixin.less +++ b/less/mixin.less @@ -1,4 +1,4 @@ -.set-blur-background(@color: @global-inverse-color, @opacity: 80%) { +.set-blur-background(@color: @global-background, @opacity: 80%) { .uk-blur-background { background: fade(@color, @opacity + 15%); }