From 3ff5aa9c827e079e1a52e3b440c3585fd9f83f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sat, 19 Feb 2022 17:02:15 +0100 Subject: [PATCH] theme: fix relearn-dark colored box style #188 --- static/css/theme-relearn-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/theme-relearn-dark.css b/static/css/theme-relearn-dark.css index 7b6dcb1ec4..d33027fbc6 100644 --- a/static/css/theme-relearn-dark.css +++ b/static/css/theme-relearn-dark.css @@ -45,5 +45,5 @@ /* base styling for boxes */ --BOX-CAPTION-color: rgba( 240, 240, 240, 1 ); /* color of the title text */ --BOX-BG-color: rgba( 20, 20, 20, 1 ); /* color of the content background */ - --BOX-TEXT-color: initial; /* automatic color of the content text */ + --BOX-TEXT-color: #e0e0e0; /* automatic color of the content text */ }