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,