From 9a6fc5ce362ae25141fdebce6c2ba36093c6a42b Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Wed, 21 Feb 2024 21:48:11 +0100 Subject: [PATCH] fix --- playlist/templates/background.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playlist/templates/background.css b/playlist/templates/background.css index 0031a7a..b74055d 100644 --- a/playlist/templates/background.css +++ b/playlist/templates/background.css @@ -8,6 +8,6 @@ body { background-repeat: no-repeat; {% endif %} {% if background.color %} - background-color: {{background.color}} !importent; + background-color: {{background.color}} !important; {% endif %} } \ No newline at end of file