diff --git a/files/assets/css/dark.css b/files/assets/css/dark.css index 0ebe14c4b..b6299183f 100644 --- a/files/assets/css/dark.css +++ b/files/assets/css/dark.css @@ -90,4 +90,8 @@ pre { .tooltip-inner { color: #d8d8d8 !important; background-color: #313131 !important; +} + +#frontpage .posts .card, #userpage .posts .card, #search .posts .card { + border-color: #101010; } \ No newline at end of file diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 7757100ac..04397f652 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -4,7 +4,7 @@ set CACHE_VER = { 'css/catalog.css': 4000, 'css/4chan.css': 4000, 'css/classic.css': 4000, - 'css/classic_dark.css': 4000, + 'css/classic_dark.css': 4001, 'css/coffee.css': 4000, 'css/dark.css': 4000, 'css/dramblr.css': 4000,