A simple dark mode for the site of the University of Montpellier
umontpellier
Authorwiiiam
LicenseNo License
Categorycas.umontpellier.fr/
Created
Updated
Size707 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
A simple dark mode for the site of the University of Montpellier
umontpellier
/* ==UserStyle==
@name cas.umontpellier.fr dark mode
@version 20210830.01.24
@namespace userstyles.world/user/wiiiam
@description A simple dark mode for the site of the University of Montpellier
@author wiiiam
@license No License
==/UserStyle== */
@-moz-document domain("cas.umontpellier.fr") {
body {
background-color: #333
}
#login input[type="text"], #login input[type="password"]{
background-color: #222;
color:#CCC
}
header{
color:#333
}
.btn-submit{
color:#333
}
#sidebar{
color:#CCC
}
.row-links a{
color:#CCC
}
#content{
background-color: #333
}
.alert > p + p{
margin-bottom: 20px
}
}