rDrama/files/assets/css/dark_themes.css

26 lines
459 B
CSS

.tooltip-inner {
color: #d8d8d8 !important;
background-color: #313131 !important;
}
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;
}
.dataTables_wrapper .dataTables_length select {
background-color: black !important;
}