Dark mode for Jiskha homework help for when you're starting at your screen refreshing until someone gives an answer.
Jiskha Dark mode by anthony1x6000
Details
Authoranthony1x6000
LicenseNo License
Categoryuserstyles
Created
Updated
Size589 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Jiskha Dark mode
@version 20211025.23.10
@namespace userstyles.world/user/anthony1x6000
@description Dark mode for Jiskha homework help for when you're starting at your screen refreshing until someone gives an answer.
@author anthony1x6000
@license No License
==/UserStyle== */
@-moz-document domain("jiskha.com") {
* {
filter: invert(0.98);
}
a {
color: #f00;
}
input {
color: #30ffde !important;
background-color: black;
}
textarea, time{
color: black;
}
* {
color: #fff;
}
.ad-970x250 {
height: auto;
}
}