Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-theme

This commit is contained in:
Konstantinos Triantafyllou 2022-08-03 20:45:50 +03:00
commit ee5eeb0ccc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.set-blur-background(@color: @global-background, @opacity: 80%) {
.set-blur-background(@color: @base-body-background, @opacity: 80%) {
.uk-blur-background {
background: fade(@color, @opacity + 15%);
}