forked from rDrama/rDrama
1
0
Fork 0

restore lost css code

master
Aevann 2024-02-29 19:12:21 +02:00
parent 87c1e101cf
commit ac66a98623
1 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,15 @@ 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
);
}
code {
color: #f679b2;
}