From 6fac7e369decc9e69449283e01242b0e9ecbc8e6 Mon Sep 17 00:00:00 2001 From: valentinkolb Date: Mon, 18 Mar 2024 16:27:33 +0100 Subject: [PATCH] fixed typo --- srv/styles/stuve-colors.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srv/styles/stuve-colors.css b/srv/styles/stuve-colors.css index a78a15b..298c4cd 100644 --- a/srv/styles/stuve-colors.css +++ b/srv/styles/stuve-colors.css @@ -10,7 +10,7 @@ color: var(--StuVe-blue) !important; } -.StuVe-Text-Dark-Blasu { +.StuVe-Text-Dark-Blau { color: var(--StuVe-dark-blue) !important; }