Skip to content

Hide bot moodle INSAT by joelimgu

Screenshot of Hide bot moodle INSAT

Details

Authorjoelimgu

LicenseNo License

Categoryuserstyles

Created

Updated

Size559 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Montserrat font and some tweak

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide bot moodle INSAT
@version      20220511.12.48
@namespace    userstyles.world/user/joelimgu
@description  Montserrat font and some tweak
@author       joelimgu
@license      No License
==/UserStyle== */

@-moz-document domain("moodle.insa-toulouse.fr") {
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
* {
font-family: 'Montserrat', sans-serif;
}

.vizir-widget-container {
    display: none;
}

.box.py-3.generalbox.sitetopic img {
    display: none;
}
}

Reviews

No reviews yet.