Dark mode for SCCA Remote page
SCCA Remote (Dark) by drpine
Details
Authordrpine
LicenseNo License
CategorySCCA Remote Dark Mode
Created
Updated
Size919 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 SCCA Remote (Dark)
@version 20220415.00.19
@namespace userstyles.world/user/drpine
@description Dark mode for SCCA Remote page
@author drpine
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://remote.seattlecca.org/"), url-prefix("https://auth.seattlecca.org") {
body.webtop {
background: #000;
}
label,
span {
color: white !important;
}
.favorite,
.logon_page,
.main_table_image_cell,
#page_footer,
#credentials_table,
body,
.user-id-view-container,
.content-footer {
background: #323232 !important;
color: white;
}
div#SMDMain,
div#SMDButtons,
.main-content-container {
background: black !important;
color: white;
}
div#SMDMain span {
color: white !important;
}
div#SMDMain input,
div#SMDButtons input,
#MessageDIV {
background: #353535 !important;
color: white;
}
.title {
color:#3cff3b !important;
}
}