make gold award readable in light themes

pull/221/head
Aevann 2024-01-12 09:58:43 +02:00
parent 4744ef0b40
commit 289db918ed
8 changed files with 135 additions and 27 deletions

View File

@ -217,21 +217,6 @@
animation: 60s linear 0s infinite move-colors;
}
.gold-text:not(a), h1.gold-text.post-title a, :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair) {
font-family: open sans,sans-serif !important;
background: repeating-linear-gradient(
45deg,
gold,
#debd00 20px,
#cdae00 60px
);
color: transparent !important;
font-weight: 700 !important;
background-clip: text !important;
-webkit-background-clip: text !important;
animation: 60s linear 0s infinite move-colors;
}
.queen:not(a) img, .queen:not(.ectoplasm), h1.queen.post-title a {
color: hotpink !important;
font-weight: 700 !important;
@ -303,15 +288,3 @@
background-color: red;
animation: lgbt 2s linear infinite;
}
:not(td) > a[href="/h/highrollerclub"].hole-flair {
font-family: open sans,sans-serif !important;
background: repeating-linear-gradient(
45deg,
gold,
#debd00 20px,
#cdae00 60px
);
font-weight: 700 !important;
animation: 60s linear 0s infinite move-colors;
}

View File

@ -7592,3 +7592,30 @@ blink {
flex: 1;
margin-left: 0.5rem;
}
.gold-text:not(a), h1.gold-text.post-title a, :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair) {
font-family: open sans,sans-serif !important;
background: repeating-linear-gradient(
45deg,
gold,
#debd00 20px,
#cdae00 60px
);
color: transparent !important;
font-weight: 700 !important;
background-clip: text !important;
-webkit-background-clip: text !important;
animation: 60s linear 0s infinite move-colors;
}
:not(td) > a[href="/h/highrollerclub"].hole-flair {
font-family: open sans,sans-serif !important;
background: repeating-linear-gradient(
45deg,
gold,
#debd00 20px,
#cdae00 60px
);
font-weight: 700 !important;
animation: 60s linear 0s infinite move-colors;
}

View File

@ -158,3 +158,21 @@ blockquote a {
.unread {
background: #fdccad !important;
}
.gold-text:not(a), h1.gold-text.post-title a, :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair) {
background: repeating-linear-gradient(
45deg,
#9e8600,
#887400 20px,
#6d5d00 60px
);
}
:not(td) > a[href="/h/highrollerclub"].hole-flair {
background: repeating-linear-gradient(
45deg,
#9e8600,
#887400 20px,
#6d5d00 60px
);
}

View File

@ -192,3 +192,21 @@ blockquote a {
#casino-game-wrapper .row-cols-1, #casino-game-wrapper .row-cols-2 {
background-image: none !important;
}
.gold-text:not(a), h1.gold-text.post-title a, :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair) {
background: repeating-linear-gradient(
45deg,
#9e8600,
#887400 20px,
#6d5d00 60px
);
}
:not(td) > a[href="/h/highrollerclub"].hole-flair {
background: repeating-linear-gradient(
45deg,
#9e8600,
#887400 20px,
#6d5d00 60px
);
}

View File

@ -20,3 +20,21 @@
lite-youtube, iframe {
color-scheme: light !important;
}
.gold-text:not(a), h1.gold-text.post-title a, :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair) {
background: repeating-linear-gradient(
45deg,
gold,
#debd00 20px,
#cdae00 60px
);
}
:not(td) > a[href="/h/highrollerclub"].hole-flair {
background: repeating-linear-gradient(
45deg,
gold,
#debd00 20px,
#cdae00 60px
);
}

View File

@ -116,3 +116,21 @@ blockquote {
.form-control:disabled, [readonly] {
color: var(--light) !important;
}
.gold-text:not(a), h1.gold-text.post-title a, :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair) {
background: repeating-linear-gradient(
45deg,
#9e8600,
#887400 20px,
#6d5d00 60px
);
}
:not(td) > a[href="/h/highrollerclub"].hole-flair {
background: repeating-linear-gradient(
45deg,
#9e8600,
#887400 20px,
#6d5d00 60px
);
}

View File

@ -90,3 +90,21 @@ blockquote {
.award-name {
color: var(--black);
}
.gold-text:not(a), h1.gold-text.post-title a, :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair) {
background: repeating-linear-gradient(
45deg,
#9e8600,
#887400 20px,
#6d5d00 60px
);
}
:not(td) > a[href="/h/highrollerclub"].hole-flair {
background: repeating-linear-gradient(
45deg,
#9e8600,
#887400 20px,
#6d5d00 60px
);
}

View File

@ -189,3 +189,21 @@ blockquote {
button.close i {
color: var(--light) !important;
}
.gold-text:not(a), h1.gold-text.post-title a, :not(td) > a[href="/h/highrollerclub"]:not(.hole-flair) {
background: repeating-linear-gradient(
45deg,
#9e8600,
#887400 20px,
#6d5d00 60px
);
}
:not(td) > a[href="/h/highrollerclub"].hole-flair {
background: repeating-linear-gradient(
45deg,
#9e8600,
#887400 20px,
#6d5d00 60px
);
}