From c32ed395d884e074255c0fb7da65f104f3b585e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Wed, 4 Oct 2023 01:23:21 +0000 Subject: [PATCH] Improve construction tape gimmick --- backend/static/css/style.css | 12 +++++------- backend/templates/base.html | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) 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 @@ -