Experiment to change BG color of my school LMS
Moodle BG Color Change by Enjo
Details
AuthorEnjo
LicenseNo License
Categoryhttps://oedlms.amauonline.com/
Created
Updated
Size292 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I experimented with a personal style here, but I've found better dark mode styles for my school's Moodle LMS. I just tweaked them to fit my preferences. Here are the styles I found, feel free to check them out; they're pretty good.
https://userstyles.world/style/4045/moodle-dark-mode
https://userstyles.world/style/2105/dark-mode-moodle-clg
Source code
/* ==UserStyle==
@name Moodle BG Color Change
@version 20231113.11.12
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("website.com") {
/* Change background color to your preferred color */
body#page-my-index {
background-color: #000000 !important;
}
}