Work Around for Dark Mode in Udemy
Udemy Dark Mode by Kush-Dhingra
Details
AuthorKush-Dhingra
LicenseNo License
Categoryudemy.com
Created
Updated
Size456 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Udemy Dark Mode
@version 20250113.16.44
@namespace ?
==/UserStyle== */
@-moz-document domain("udemy.com") {
.app--sidebar-column--gfbWJ *, .app--row--E-WFM.app--dashboard--Z4Zxm * {
background: #11111b !important;
color: #cdd6f4 !important;
}
.app--sidebar-column--gfbWJ div:has(> label), .app--sidebar-column--gfbWJ label svg {
fill: #11111b !important;
background: #89dceb !important;
color: #11111b !important;
}
}