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