functional as of 12/03/2024, rewrite of another dark mode that covered all sites
Indeed Dark Mode by MasterModz1243
Details
AuthorMasterModz1243
LicenseNo License
CategoryIndeed.com
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Indeed Dark Mode
@namespace functional as of 12/03/2024
@version 1.0.0
@description functional as of 12/03/2024, rewrite of another dark mode that covered all sites
@author Fizz_VR
==/UserStyle== */
@-moz-document domain("indeed.com") {
html,
body,
tbody,
thead,
th,
tr,
td,
blockquote,
li,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
font,
strong,
p,
form,
footer {
color: #B0BEC5 !important;
background: #040404 !important;
}
select,
button,
div#content-body,
div#content-layout,
div#SiteFooterPDC {
background: #fff !important;
mix-blend-mode: difference; filter: invert(1)
}
/*div#jobsearch-IndeedApplyButton-newDesign {
This will be to fix the Apply Now button from having black in the background
} */
div,
span,
a {
background-color: #000 !important;
}
select,
input,
span,
code,
textarea,
pre,
label,
div,
dd,
option {
color: white !important;
}
/*links*/
a {
color: #031a8a !important;
}
a:visited {
color: #7400b3 !important;
}
/*highlight*/
textarea,
pre,
input,
code {
background: #5a5a5a !important;
}
}