Skip to content

UMD CS Grades Server Dark by algomorph

Details

Authoralgomorph

LicenseNo License

Categorygrades.cs.umd.edu

Created

Updated

Size660 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for UMD grades server

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Empty @name replaces the default template - 4/30/2022, 2:17:11 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://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);
    }

    table {
       color: #ccc;
    }
}

Reviews

No reviews yet.