From bcce56942c5984ee39e036b54518c74ad2cfef6d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sat, 20 Oct 2018 11:59:08 +0200 Subject: [PATCH] Use normal text color for sections now that it's not full black Signed-off-by: Jan-Christoph Borchardt --- core/css/apps.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/core/css/apps.scss b/core/css/apps.scss index 8a290abd95..696a53d91b 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -746,7 +746,6 @@ kbd { .section { display: block; padding: 30px; - color: var(--color-text-lighter); margin-bottom: 24px; &.hidden { display: none !important;