Fixes dark mode
wikispeedruns.com - May 2024 by NarwhalKid
Details
AuthorNarwhalKid
LicenseNo License
Categorywikispeedruns.com
Created
Updated
Size556 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Fixes dark mode
Source code
/* ==UserStyle==
@name wikispeedruns.com/play/1174
@version 20241210.18.07
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://wikispeedruns.com/play/*") {
.tooltip-container {
background-color: var(--bs-body-bg) !important;
border: 2px solid #000000 !important;
}
.tooltip-container > div::after {
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), var(--bs-body-bg) 50%);
}
img {
background: white !important;
}
.d-flex.align-items-center.text-center img {
background: none !important;
}
}