Skip to content

cas.umontpellier.fr dark mode umontpellier by wiiiam

Details

Authorwiiiam

LicenseNo License

Categorycas.umontpellier.fr/

Created

Updated

Size707 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A simple dark mode for the site of the University of Montpellier

umontpellier

Notes

Userstyle doesn't have notes.

Source code

/* ==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
}
}

Reviews

No reviews yet.