From 0bc9bd9c148e13077d127138742f56b284cebaa4 Mon Sep 17 00:00:00 2001 From: Tim Wijma Date: Wed, 2 Nov 2022 15:41:23 +0100 Subject: [PATCH] light --- dashboard_static/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index 57726f1..7632c17 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -22,7 +22,7 @@ body { .container { background-color: var(--main-bg); - color: var(--main-dark); + color: var(--main-light); padding: 16px 48px; display: flex; flex-direction: column;