diff --git a/less/project/theme-common.less b/less/project/theme-common.less index 1879e7c9..c81ebbd8 100644 --- a/less/project/theme-common.less +++ b/less/project/theme-common.less @@ -8,6 +8,7 @@ // Note: both arguments must be predefined variables // -------------------------------------------------- .bg-color-mixin(black, white); +.bg-color-mixin(white, black); .bg-color-mixin(background, background-inverted); .bg-color-mixin(transparent-light, black); .bg-color-mixin(transparent-dark, white);