Skip to content

Philasd Dark by meeblox

Details

Authormeeblox

LicenseNo License

Categoryuserstyles

Created

Updated

Size788 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark philasd

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Example
@namespace      example.com
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("philasd.org") {
    /**
       
* {
    border:none !important;
}
html {
    background: #101010;
}

.base-card, .card, .collapsible-card, .assignment-list__card__container {
    background: #292929;
    color: white;
}

.toolbar, .divider__header{
    background: #1e1e1e;
    border-bottom: #333 1px solid;
    color: white;
}
.router-link-reset {
    color: white;
}
.card__header, .assignment-list__card__header{
        background: none;
}

.clickable:hover {
        background: #1e1e1e;

}

.assignment-list__container {
    height: unset;
}
}
    */
}

Reviews

No reviews yet.