From 0cdf4c61dbeb4521a65c14fb86e9c636cdba314b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 19 Dec 2022 21:48:31 +0200 Subject: [PATCH] add unnecessary spaces to test cachebusting --- files/assets/event/css/themes/light.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/files/assets/event/css/themes/light.css b/files/assets/event/css/themes/light.css index 109d0190d..205acd0eb 100644 --- a/files/assets/event/css/themes/light.css +++ b/files/assets/event/css/themes/light.css @@ -2,13 +2,13 @@ blockquote { color: var(--gray-400); } .unread { - background: #00000022!important; + background: #00000022 !important; } .deleted { - background-color: #bebe28!important; - border-left: 10px solid #bebe28!important; + background-color: #bebe28 !important; + border-left: 10px solid #bebe28 !important; } .banned { - background-color: #ff7e7e!important; - border-left: 10px solid #ff7e7e!important; + background-color: #ff7e7e !important; + border-left: 10px solid #ff7e7e !important; }