diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 5e3929e0e..a50b824cd 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6241,8 +6241,4 @@ g { .desktop-expanded-image-modal::-webkit-scrollbar { -ms-overflow-style: none; scrollbar-width: none; -} - -.text-stealth { - color: #a4f5f3 !important; } \ No newline at end of file diff --git a/files/templates/sub/subs.html b/files/templates/sub/subs.html index d0f24be8f..519e191c9 100644 --- a/files/templates/sub/subs.html +++ b/files/templates/sub/subs.html @@ -17,10 +17,14 @@ {% for sub, count in subs %} - - {{loop.index}} - {{sub.name}} - {{count}} + {% if sub.name in v.all_blocks %} + {% set blocked = True %} + {% endif %} + + + {{loop.index}} + {{sub.name}} + {{count}} {% endfor %} diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index a9f70deaf..6d44ea1f6 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 466, + 'css/main.css': 467, 'css/catalog.css': 2, 'css/4chan.css': 61,