Skip to content

MyBroadband forum - Better dark mode by drzoidberg33

Screenshot of MyBroadband forum - Better dark mode

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

Improved dark mode for mybroadband.co.za/forum

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;
}
}

Reviews

No reviews yet.