Dark mode for Soap2Day
Simple Soap2Day Dark Mode by adap
Details
Authoradap
LicenseNo License
Categorysoaper
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Style Updates:
08/11/23: Added new website domain.
Source code
/* ==UserStyle==
@name soap2day.to - 6/1/2023, 8:57:52 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://soap2day"), url-prefix("https://s2dfree"), url-prefix("https://soaper")
{
body
{
background: #141517 !important;
}
.panel,
.alert-info-ex
{
background: #141517;
}
.thumbnail
{
background: #262729;
}
.alert-warning
{
background:#000
}
.dropdown-menu
{
background: #121315;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
background: #242526;
}
.form-control
{
background: #171717 !important;
}
#btnSearch
{
background: #171717 !important;
color: #333 !important
}
.label.label-info,
.panel-info > .panel-heading,
.navbar-default .navbar-nav > li > a,
a.label:hover, a.label:focus,
.form-control::placeholder
{
color: #333;
}
.navbar-default .navbar-nav > li > a:hover
{
color: #000
}
body,
.alert-warning
{
color: dedede;
}
a
{
color: #666
}
a:hover, a:focus,
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover
{
color: #aaa
}
.form-control
{
border-color: #1e1f20
}
}