forked from MarseyWorld/MarseyWorld
fix gold award on linked post titles
parent
0c427dca80
commit
9a7388296b
|
@ -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%;
|
||||
}
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue