Fixes dark mode
Wikiruns Dark Mode Fix by NarwhalKid
Details
AuthorNarwhalKid
LicenseNo License
Categorywikispeedruns.com
Created
Updated
Size785 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Fixes dark mode
Source code
/* ==UserStyle==
@name Wikiruns Dark Mode Fix
@version 20250214.14.17
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://wikispeedruns.com") {
.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, td {
background: none !important;
}
tr.table-danger > * {
color: gray;
}
.table-hover > tbody > tr.table-danger:hover > * {
color: black !important;
}
tr.table-danger:hover > td > .text-muted {
color: black !important;
}
}