Improved dark mode for mybroadband.co.za/forum
MyBroadband forum - Better dark mode by drzoidberg33
Details
Authordrzoidberg33
LicenseNo License
Categorymybroadband.co.za/forum
Created
Updated
Size763 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You must already have the default Dark style applied on the site.
Source code
/* ==UserStyle==
@name MyBroadband forum - Better dark mode
@version 20211117.18.09
@namespace userstyles.world/user/drzoidberg33
@description Improved dark mode for mybroadband.co.za/forum
@author drzoidberg33
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://mybroadband.co.za/forum/") {
html
{
background-color: #323639;
}
body
{
max-width: 1020px;
}
.p-pageWrapper, body
{
background-color: #1e1e1e;
}
.structItemContainer
{
background-color: #222222;
}
.message-inner
{
background-color: #222222;
}
.tabs--standalone
{
color: #ffffff;
}
.structItemContainer, a
{
color: #e1e1e1;
}
.p-nav
{
background-color: #dadada;
}
}