A dark theme for Drudge Report that also colors visited links.
Drudge Report BLACK by rubberbander
Details
Authorrubberbander
LicenseNo License
Categorydrudgereport.com
Created
Updated
Size537 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 Drudge Report BLACK
@namespace github.com/openstyles/stylus
@version 1.0.2
@description A dark theme for Drudge Report
@author rubberbander
==/UserStyle== */
@-moz-document domain("drudgereport.com") {
a {
color: white;
}
a:visited {
color: purple !important;
}
a:hover {
color: red !important
}
body {
background: black !important;
}
a font:hover {
color: white !important;
}
}