fix candy cane and gold conflict

master
Aevann 2024-11-11 16:46:15 +02:00
parent cfd6117b00
commit e5dea4faee
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(.candycorn):not(a), .gold-text.post-title a:not(.post-flair), :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
.gold-text:not(.candycorn):not(.candycane):not(a), .gold-text.post-title a:not(.post-flair), :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

@ -7483,7 +7483,7 @@ blink {
-webkit-background-clip: text !important;
}
.gold-text:not(.candycorn):not(a), .gold-text.post-title a:not(.post-flair), :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
.gold-text:not(.candycorn):not(.candycane):not(a), .gold-text.post-title a:not(.post-flair), :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair) {
background: url("/i/animations/gold_gradient_light.svg") repeat;
background-size: 200% 200%;
}