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%); }