Skip to content

Online FIT ČVUT Dark by czM1K3

Details

AuthorczM1K3

LicenseNo License

Categoryonline.fit.cvut.cz

Created

Updated

Size749 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Addes dark theme to online.fit.cvut.cz

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Online FIT ČVUT Dark
@version      20241015.20.46
@namespace    https://userstyles.world/user/czM1K3
@description  Addes dark theme to online.fit.cvut.cz
@author       czM1K3
@license      No License
==/UserStyle== */

@-moz-document domain("online.fit.cvut.cz") {
.media-control-background {
    display: none!important;
}

body {
    background-color: #121212;
    color: white;
}

.card {
    background-color: #212121;
}

p {
    color: #E0E0E0;
}

.text-muted {
    color: #819298;
}

.img-fluid {
    -webkit-filter: invert(1);
    filter: invert(0.93);
    border-right: none!important;
}

.table thead th {
    border-bottom: 2px solid #819298;
}

.table td,
.table th {
    border-top: 1px solid #819298;
}
}

Reviews

No reviews yet.