diff --git a/files/assets/css/4chan.css b/files/assets/css/4chan.css index d07047d65..776d34eb0 100644 --- a/files/assets/css/4chan.css +++ b/files/assets/css/4chan.css @@ -146,13 +146,13 @@ blockquote a { background: #ffffff88 !important; } -.post-title a:visited { - color: #949494 !important; -} - .sidebar { background-color: unset !important; border-radius: 6px; margin-top: 6px; } + +.post-title a:visited { + color: #949494 !important; +} \ No newline at end of file diff --git a/files/assets/css/classic.css b/files/assets/css/classic.css index 974cbee90..5fa556afe 100644 --- a/files/assets/css/classic.css +++ b/files/assets/css/classic.css @@ -521,10 +521,6 @@ a.nav-link:hover { color: var(--black2) !important; } -.post-title a:visited { - color: #6e6e6e !important; -} - .sidebar { background-color: #f3f3f3 !important; @@ -540,3 +536,7 @@ a.nav-link:hover { #awardModalBody .card .pt-2 { color: var(--black3) !important; } + +.post-title a:visited { + color: #6e6e6e !important; +} \ No newline at end of file diff --git a/files/assets/css/classic_dark.css b/files/assets/css/classic_dark.css index 614a9081e..10e9fd115 100644 --- a/files/assets/css/classic_dark.css +++ b/files/assets/css/classic_dark.css @@ -201,10 +201,6 @@ a.nav-link:hover { color: var(--white) !important; } -.post-title a:visited { - color: #6e6e6e !important; -} - .sidebar { background-color: #202020 !important; @@ -219,4 +215,8 @@ a.nav-link:hover { .tooltip-inner { color: #d8d8d8 !important; background-color: #313131 !important; +} + +.post-title a:visited { + color: #6e6e6e !important; } \ No newline at end of file diff --git a/files/assets/css/coffee.css b/files/assets/css/coffee.css index d3aad8704..8327b1de8 100644 --- a/files/assets/css/coffee.css +++ b/files/assets/css/coffee.css @@ -98,14 +98,13 @@ blockquote { background: #ffffff88 !important; } -.post-title a:visited { - color: #949494 !important; -} - - .sidebar { background-color: #e6dacc !important; border-radius: 6px; margin-top: 6px; } + +.post-title a:visited { + color: #949494 !important; +} \ No newline at end of file diff --git a/files/assets/css/dark.css b/files/assets/css/dark.css index a3b8dfd50..40c8701f9 100644 --- a/files/assets/css/dark.css +++ b/files/assets/css/dark.css @@ -67,9 +67,6 @@ pre { background: None !important; } -.post-title a:visited { - color: #7a7a7a !important; -} .sidebar @@ -94,4 +91,8 @@ pre { #frontpage .posts .card, #userpage .posts .card, #search .posts .card { border-color: #101010; +} + +.post-title a:visited { + color: #7a7a7a !important; } \ No newline at end of file diff --git a/files/assets/css/dramblr.css b/files/assets/css/dramblr.css index 5c32aad9f..25d328028 100644 --- a/files/assets/css/dramblr.css +++ b/files/assets/css/dramblr.css @@ -134,10 +134,6 @@ color: var(--gray-700); background-color: var(--gray-800); } -.post-title a:visited { - color: #6e6e6e !important; -} - .post-title { color: var(--gray-300) !important; @@ -146,4 +142,8 @@ color: var(--gray-700); .tooltip-inner { color: #d8d8d8 !important; background-color: #313131 !important; +} + +.post-title a:visited { + color: #6e6e6e !important; } \ No newline at end of file diff --git a/files/assets/css/midnight.css b/files/assets/css/midnight.css index 2f54e1243..48a2dc80d 100644 --- a/files/assets/css/midnight.css +++ b/files/assets/css/midnight.css @@ -42,10 +42,6 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare background-color: #ccc; } -.post-title a:visited { - color: #6e6e6e !important; -} - .sidebar { background-color: #1c1f25 !important; @@ -64,4 +60,8 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare .tooltip-inner { color: #d8d8d8 !important; background-color: #313131 !important; +} + +.post-title a:visited { + color: #6e6e6e !important; } \ No newline at end of file diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css index 7b3b2c6fc..40755b11c 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -71,11 +71,11 @@ pre { background-color: var(--gray-500); } -.post-title a:visited { - color: #7a7a7a !important; -} - .tooltip-inner { color: #d8d8d8 !important; background-color: #313131 !important; +} + +.post-title a:visited { + color: #7a7a7a !important; } \ No newline at end of file diff --git a/files/assets/css/tron.css b/files/assets/css/tron.css index f479b9054..ec3a527b4 100644 --- a/files/assets/css/tron.css +++ b/files/assets/css/tron.css @@ -219,10 +219,6 @@ border: 2px solid var(--gray-200) !important; } -.post-title a:visited { - color: #b0b0b0 !important; -} - .sidebar { background-color: unset !important; @@ -233,4 +229,8 @@ .tooltip-inner { color: #d8d8d8 !important; background-color: #313131 !important; +} + +.post-title a:visited { + color: #b0b0b0 !important; } \ No newline at end of file diff --git a/files/assets/css/win98.css b/files/assets/css/win98.css index 9d51e00ec..7fd01ba5d 100644 --- a/files/assets/css/win98.css +++ b/files/assets/css/win98.css @@ -160,13 +160,13 @@ blockquote { background: #ffffffaa !important; } -.post-title a:visited { - color: #5c5c5c !important; -} - .sidebar { background-color: unset !important; border-radius: 0px; margin-top: 6px; } + +.post-title a:visited { + color: #5c5c5c !important; +} \ No newline at end of file diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 1efc33c18..bce8c2abc 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,19 +1,19 @@ {%- set CACHE_VER = { 'css/main.css': 4018, - 'css/catalog.css': 4003, - 'css/4chan.css': 4003, - 'css/classic.css': 4003, - 'css/classic_dark.css': 4003, - 'css/coffee.css': 4003, - 'css/dark.css': 4003, - 'css/dramblr.css': 4003, - 'css/light.css': 4003, - 'css/midnight.css': 4003, - 'css/reddit.css': 4003, - 'css/transparent.css': 4003, - 'css/tron.css': 4003, - 'css/win98.css': 4003, + 'css/catalog.css': 4004, + 'css/4chan.css': 4004, + 'css/classic.css': 4004, + 'css/classic_dark.css': 4004, + 'css/coffee.css': 4004, + 'css/dark.css': 4004, + 'css/dramblr.css': 4004, + 'css/light.css': 4004, + 'css/midnight.css': 4004, + 'css/reddit.css': 4004, + 'css/transparent.css': 4004, + 'css/tron.css': 4004, + 'css/win98.css': 4004, 'js/award_modal.js': 4000, 'js/bootstrap.js': 4002,