I don't like the image, so disabled it, and centered the login page, nothing else, if you want dark mode, use the "Dark Reader" extension on Firefox / Chrome
Moodle UFR-ST Disable image on login page by blacktoz
Details
Authorblacktoz
LicenseWTFPL
CategoryMoodle Univ FR ST
Created
Updated
Size343 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 moodle.univ-fcomte.fr/login/index
@version 20241009.09.01
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://moodle.univ-fcomte.fr/login/index.php") {
body.pagelayout-login.loginbackgroundimage1{
background-image:none;
}
.login-wrapper.login-wrapper-right{
justify-content: center;
}
}