Skip to content

wikispeedruns.com - May 2024 by NarwhalKid

Details

AuthorNarwhalKid

LicenseNo License

Categorywikispeedruns.com

Created

Updated

Size568 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes dark mode

Notes

Fixes dark mode

Source code

/* ==UserStyle==
@name       wikispeedruns.com - May 2024
@version    20240606.23.38
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://wikispeedruns.com/") {
ul, li, .tooltip-container {
    background-color: #212529 !important;
}

.tooltip-container > div::after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #212529 50%) !important;
}

img {
    background: white !important;
}

.text-dark {
    color: white !important;
}

.d-flex.align-items-center.text-center img, .col-auto img {
    background: none !important;
}
}

Reviews

No reviews yet.