Skip to content

AppBrewery Dark Mode by luvous

Screenshot of AppBrewery Dark Mode

Details

Authorluvous

LicenseNo License

CategoryApp Brewery

Created

Updated

Size698 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Mode for "The Complete 2022 Web Development Bootcamp" resources page.

Notes

dark mode

Source code

/* ==UserStyle==
@name         AppBrewery Dark Mode
@version      20211212.01.56
@namespace    userstyles.world/user/luvous
@description  Dark Mode for "The Complete 2022 Web Development Bootcamp" resources page.

@author       luvous
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.appbrewery.co/p/web-development-course-resources/") {
body{
    color: #fdfdfd;
}

.course-block, .block{
    background-color: #101010;
}

a{
    color: #8d8d8d;
}

a:hover{
    color: #4e4e4e;
}

.is-above-the-fold.show-nav-background-color, .is-at-top.show-nav-background-color, .navbar-fedora.is-at-top.is-not-signed-in.show-nav-background-color{
    background: #8d8d8d;
}
}

Reviews

No reviews yet.