Dark theme for The Straits Times (straitstimes.com). Requires dark theme to be enabled on your browser.
Dark Straits Times by hi1307
Details
Authorhi1307
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.6 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 Dark Straits Times
@version 20210818.15.53
@namespace userstyles.world/user/hi1307
@description Dark theme for The Straits Times (straitstimes.com). Requires dark theme to be enabled on your browser.
@author hi1307
@license No License
==/UserStyle== */
@-moz-document domain("straitstimes.com") {
@media (prefers-color-scheme: dark) {
body {
background-color: #333 !important;
}
p, h1 {
color: white !important;
}
a {
color: #55efff !important;
}
.background-singapore .pane-content, .background-politics .pane-content, .background-asia .pane-content, .background-world .pane-content, .background-multimedia .pane-content, .background-lifestyle .pane-content, .background-forum .pane-content, .background-opinion .pane-content, .background-business .pane-content, .background-sport .pane-content, .background-tech .pane-content, .background-budget .pane-content, .background-lky .pane-content, .background-whiten .pane-content {
background-color: #333 !important;
}
.sbackground-premium {
background-color: #333 !important;
}
.background-singapore .media-text, .background-politics .media-text, .background-asia .media-text, .background-world .media-text, .background-multimedia .media-text, .background-lifestyle .media-text, .background-forum .media-text, .background-opinion .media-text, .background-business .media-text, .background-sport .media-text, .background-tech .media-text, .background-budget .media-text, .background-lky .media-text, .background-whiten .media-text {
color: white !important;
}
}
}