From f17192e68b041b29581c7ba2cdf551ba984daf74 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 9 Sep 2022 08:46:10 +0200 Subject: [PATCH] cosmetic change --- files/assets/css/main.css | 8 +++++--- files/templates/util/assetcache.html | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 555f74b7b..7e6e458ab 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -4511,15 +4511,17 @@ span.red { span.green { color: #38A169; } -div.banned { +.banned { background-color: #960000 !important; border-left: 3px solid #ff0000 !important; } -div.deleted { +.deleted { background-color: #4a4a15 !important; + border-left: 3px solid #4a4a15 !important; } -div.deleted.banned { +.deleted.banned { background-color: #964000 !important; + border-left: 3px solid #964000 !important; } .text-admin { color: var(--primary); diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 468ae5f25..2dae836de 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 4018, + 'css/main.css': 4019, 'css/catalog.css': 4004, 'css/4chan.css': 4004, 'css/classic.css': 4005,