From 94dd33a870c1186cdac7920c2ff418083b2a4551 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 2 Dec 2019 10:16:19 -0500 Subject: [PATCH] Clean up CSS --- resources/components/common.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/components/common.less b/resources/components/common.less index 37f2a44e..9b8351f6 100644 --- a/resources/components/common.less +++ b/resources/components/common.less @@ -20,6 +20,8 @@ body { min-height: 100%; margin: 0; padding: 0; + background: @base-100; + color: @color-content-text; font-family: @fonts; // font-smoothing: antialiased; // -webkit-font-smoothing: antialiased; /* Chrome, Safari */ @@ -280,7 +282,6 @@ a { line-height: @content-line-height; font-size: @content-body-size; z-index: 0; - color: @color-content-text; #contentSub, #contentSub2 {