diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 6b7728096f..38cf4334e4 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -5316,6 +5316,10 @@ th, td { color: lightgreen; } +.glow .post-body a, .glow .comment-text a { + text-decoration: underline; +} + .text-green { color: green !important; } diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 64d50a3834..31a9e62173 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 428, + 'css/main.css': 429, 'css/catalog.css': 2, 'css/4chan.css': 61,