Skip to content

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

Experiment to change BG color of my school LMS

Notes

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

Reviews

No reviews yet.