Quick style, just makes some of the backgrounds around Udemy videos darker. Might make some text less readable.
Darker Udemy course backgrounds by zubinmadon
Details
Authorzubinmadon
LicenseNo License
Categoryudemy.com
Created
Updated
Size844 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Quick style, just makes some of the backgrounds around Udemy videos darker. Might make some text less readable. Also has some effect on the course catalog pages for unpurchased courses, but should still be readable.
Source code
/* ==UserStyle==
@name Darker Udemy course backgrounds
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Quick style, just makes some of the backgrounds around Udemy videos darker. Might make some text less readable. Also has some effect on the course catalog pages for unpurchased courses, but should still be readable.
@author Zubin Madon
==/UserStyle== */
@-moz-document url-prefix("https://www.udemy.com/course/") {
body#udemy:not(:has(.ud-component--course-landing-page--course-landing-page)),
#ct-sidebar-scroll-container,
.ud-accordion-panel-toggler,
.item-link {
background: #676666 !important;
}
button.ud-nav-button {
color: #BBB !important;
}
.has-sidebar :has(> .ud-heading-md) {
background: #676666 !important;
}
}