:root {
	color-scheme: dark;
}

.tooltip-inner {
	color: #d8d8d8 !important;
	background-color: #313131 !important;
}

lite-youtube, iframe {
	color-scheme: light !important;
}

.gold-text:not(.rainbow-text):not(.candycorn):not(.candycane):not(a), .gold-text.post-title a:not(.post-flair), :not(td) > a[href="/h/highrollerclub" i]:not(.hole-flair), :not(td) > a[href="/h/announcements"]:not(.hole-flair, .sidebar-wpd--holes > a), .username_effect_gold:not(.patron) {
	background: url("/i/animations/gold_dark.webp?x=61") repeat !important;
    -webkit-background-clip: text !important;
}

.username_effect_fire:not(.patron) {
	background: url("/i/animations/fire_dark.webp?x=61") repeat !important;
    -webkit-background-clip: text !important;
    background-size: cover !important;
}

.username_effect_weed:not(.patron) {
	background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("/i/animations/weed.webp?x=61") repeat;
}

.username_effect_diamond:not(.patron) {
	background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("/i/animations/diamond.webp?x=61") repeat;
}

code {
	color: #f679b2;
}

.author-bitten p {
	color: #a5a5a5 !important;
}

.banned, .banned.card { /* card for specifity */
	background-color: #960000 !important;
	border-left: 10px solid #960000 !important;
}
.deleted, .deleted.card { /* card for specifity */
	background-color: #4a4a15 !important;
	border-left: 10px solid #4a4a15 !important;
}
.deleted.banned, .deleted.banned.card { /* card for specifity */
	background-color: #964000 !important;
	border-left: 10px solid #964000 !important;
}
.glow, .glow * {
	color: lightgreen !important;
	text-shadow: 1px 1px 1px darkgreen, 0 0 5px green !important;
}

.user-level, .user-level-small {
	color: gold;
}

#edits del {
	background: #880000a1;
}

#edits ins {
	background: #005500a1;
}

#chat_poll_minimize {
	color: white !important;
}

.shop-card:not(:target) {
	background: #2d3748 !important;
}

.battle-card {
	background: #2d3748 !important;
}
.battle-card-header {
	background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%) !important;
}
.battle-card-settings {
	color: #a0aec0 !important;
}
.battle-card-footer {
	background: #1a202c;
}

/* https://rdrama.net/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/9524635#context */
.gold-text:not(a) span[data-bonked] {
    color: #dfbc01;
}

.reaction-btn {
	color: #aaa !important;
}
.reaction-btn.reacted {
	color: #eee !important;
}
@media (min-width: 767px) {
	.reaction-btn:hover {
		background: #ffffff33 !important;
	}
}

.similar-post:hover,
.similar-post:focus {
	background-color: #ffffff22 !important;
}
