fix gold award on linked post titles

master
Aevann 2024-08-07 03:59:16 +03:00
parent 0c427dca80
commit 9a7388296b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ lite-youtube, iframe {
color-scheme: light !important;
}
.gold-text:not(a), :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
.gold-text:not(a), .gold-text.post-title a, :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
background: url("/i/animations/gold_gradient_dark.svg");
background-size: 200% 200%;
}

View File

@ -7528,7 +7528,7 @@ blink {
margin-left: 0.5rem;
}
.gold-text:not(a), :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
.gold-text:not(a), .gold-text.post-title a, :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
font-family: open sans,sans-serif !important;
background: url("/i/animations/gold_gradient_light.svg") repeat;
background-size: 200% 200%;