Skip to content

grades.cs.umd.edu by algomorph

Details

Authoralgomorph

LicenseNo License

Categorygrades.cs.umd.edu

Created

Updated

Size591 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for the CS Grades Server at University of Maryland, College Park.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         grades.cs.umd.edu
@version      20211209.18.56
@namespace    userstyles.world/user/algomorph
@description  Dark theme for the CS Grades Server at University of Maryland, College Park.
@author       algomorph
@license      No License
==/UserStyle== */

@-moz-document domain("grades.cs.umd.edu") {
body {
    background-color: rgb(55, 55, 55);
    color: #ccc;
}
a {
    color: #d0abab;
}

a:visited {
    color: #9f967a;
}

body > table > tbody > tr:nth-child(3) > td:nth-child(1){
    background-color: rgb(79, 69, 62);
}

img {
    filter: invert(0.785);
}
}

Reviews

No reviews yet.