diff --git a/backend/static/css/style.css b/backend/static/css/style.css index bbcb86a..1f5004e 100644 --- a/backend/static/css/style.css +++ b/backend/static/css/style.css @@ -183,13 +183,11 @@ pre { } .construction_bg { - background: repeating-linear-gradient( - 45deg, - #222200, - #222200 10px, - #000000 10px, - #000000 20px -); + background: repeating-linear-gradient(45deg, + #222200, + #222200 10px, + #000000 10px, + #000000 20px) !important; } .toast { diff --git a/backend/templates/base.html b/backend/templates/base.html index 8d20f30..e2c112c 100644 --- a/backend/templates/base.html +++ b/backend/templates/base.html @@ -43,7 +43,7 @@
-