From 2b0e8803be1c4ee87607f36463b1e8a2dce8173f Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 29 Sep 2015 10:23:49 +0200 Subject: [PATCH] CSS: Use color: inherit for *-default mixins refs #5543 --- public/css/icinga/colors.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/icinga/colors.less b/public/css/icinga/colors.less index c79b3e2ad..f8fe951ec 100644 --- a/public/css/icinga/colors.less +++ b/public/css/icinga/colors.less @@ -1,7 +1,7 @@ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ .bg-color-default() { - background-color: @body-bg-color; + background-color: inherit; } .bg-color-ok, @@ -89,7 +89,7 @@ } .fg-color-default { - color: @text-color; + color: inherit; } .fg-color-inverted() {