diff --git a/files/assets/css/4chan.css b/files/assets/css/4chan.css index 2dfba2393b..548af57bb0 100644 --- a/files/assets/css/4chan.css +++ b/files/assets/css/4chan.css @@ -144,7 +144,7 @@ blockquote a { margin-top: 6px; } -.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"]):not([href^="https://watchpeopledie.tv"]):visited { +.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link):visited { color: #949494 !important; } diff --git a/files/assets/css/coffee.css b/files/assets/css/coffee.css index ce99499295..a5cfcf0337 100644 --- a/files/assets/css/coffee.css +++ b/files/assets/css/coffee.css @@ -101,7 +101,7 @@ blockquote { margin-top: 6px; } -.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"]):not([href^="https://watchpeopledie.tv"]):visited { +.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link):visited { color: #949494 !important; } diff --git a/files/assets/css/dark.css b/files/assets/css/dark.css index a4075dca5b..4122ac21fa 100644 --- a/files/assets/css/dark.css +++ b/files/assets/css/dark.css @@ -92,7 +92,7 @@ pre { border-color: #101010; } -.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"]):not([href^="https://watchpeopledie.tv"]):visited { +.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link):visited { color: #7a7a7a !important; } diff --git a/files/assets/css/dramblr.css b/files/assets/css/dramblr.css index ff9f619b97..96c22fa92c 100644 --- a/files/assets/css/dramblr.css +++ b/files/assets/css/dramblr.css @@ -144,7 +144,7 @@ color: var(--gray-700); background-color: #313131 !important; } -.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"]):not([href^="https://watchpeopledie.tv"]):visited { +.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link):visited { color: #6e6e6e !important; } diff --git a/files/assets/css/light.css b/files/assets/css/light.css index 632f255eff..9bea4d558c 100644 --- a/files/assets/css/light.css +++ b/files/assets/css/light.css @@ -83,6 +83,6 @@ blockquote { background: rgba(var(--primary_rgb), 0.2) !important; } -.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"]):not([href^="https://watchpeopledie.tv"]):visited { +.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link):visited { color: #7a7a7a !important; } diff --git a/files/assets/css/midnight.css b/files/assets/css/midnight.css index fa0d1f9e6c..bceca2cb8e 100644 --- a/files/assets/css/midnight.css +++ b/files/assets/css/midnight.css @@ -57,7 +57,7 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare background-color: #313131 !important; } -.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"]):not([href^="https://watchpeopledie.tv"]):visited { +.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link):visited { color: #6e6e6e !important; } diff --git a/files/assets/css/tron.css b/files/assets/css/tron.css index 2e6617e424..35aad18ba7 100644 --- a/files/assets/css/tron.css +++ b/files/assets/css/tron.css @@ -230,6 +230,6 @@ background-color: #313131 !important; } -.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"]):not([href^="https://watchpeopledie.tv"]):visited { +.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link):visited { color: #b0b0b0 !important; } diff --git a/files/assets/css/win98.css b/files/assets/css/win98.css index 9a28efdaaf..aea7cede4d 100644 --- a/files/assets/css/win98.css +++ b/files/assets/css/win98.css @@ -162,7 +162,7 @@ blockquote { margin-top: 6px; } -.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"]):not([href^="https://watchpeopledie.tv"]):visited { +.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link):visited { color: #5c5c5c !important; } diff --git a/files/assets/events/fistmas/css/fistmas.css b/files/assets/events/fistmas/css/fistmas.css index ea83955bcf..ef39ed5a78 100644 --- a/files/assets/events/fistmas/css/fistmas.css +++ b/files/assets/events/fistmas/css/fistmas.css @@ -91,7 +91,7 @@ pre { background: None !important; } -.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"]):not([href^="https://watchpeopledie.tv"]):visited { +.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net"], [href^="https://watchpeopledie.tv"], .dropdown-item, .nav-link):visited { color: #7a7a7a !important; }