Skip to content

Dark Grades by Bertik23

Details

AuthorBertik23

LicenseNo License

Categorydarkmode

Created

Updated

Size943 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for Grades at FIT CTU

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dark Grades
@version      20230519.19.09
@namespace    userstyles.world/user/Bertik23
@description  Dark mode for Grades at FIT CTU
@author       Bertik23
@license      No License
==/UserStyle== */

@-moz-document domain("grades.fit.cvut.cz") {
.all, .sticky .btns-bottom{
    background-color: #424242;
    color: #FAFAFA;
}

h1, h3{
    color: #e6c0ff;
}
h1{
    text-shadow: 1px 1px 5px rgba(119, 94, 114, 0.4);
}

.tree-node{
    background-color: #323232;
    color: #FAFAFA;
}

.tree-node.tree-node--my-classification .name {
    color: #e6c0ff;
}

.score-wrapper{
    color:#A3A3A3
}

.score-wrapper .score-primary-value{
    color: #e6c0ff;
}

.overlay{
    background: #4f4f4f;
}

a{
    color: #e6c0ff;
}

footer.main{
    background-color: #464646;
    color: #FAFAFA;
}

header-panel .content main{
    background-color: #464646;
}

header-panel.notifications ul li:hover {
  background: #383838;
}
}

Reviews

No reviews yet.