Skip to content

learning.edx.org by thewebmasterp

Details

Authorthewebmasterp

LicenseNo License

Categoryedx

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme, not of very great quality.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         learning.edx.org
@version      20220409.19.57
@namespace    userstyles.world/user/thewebmasterp
@description  Dark theme, not of very great quality.
@author       thewebmasterp
@license      No License
==/UserStyle== */

@-moz-document domain("learning.edx.org") {
body {
    background: rgb(33, 37, 41);
    color: #FFFFFF;
}

a.nav-item {
    color: #FFFFFF !important;
}

a.nav-item:hover {
    color: rgb(33, 37, 41) !important;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    color: #FFFFFF;
}

.card {
    background-color: #000000;
    color: #FFFFFF !important;
}

#set-weekly-goal-header {
    color: #FFFFFF;
}

.pgn__card-header-title-md {
    color: #FFFFFF;
}

.d-block {
    fill: #FFFFFF !important;
    stroke: #FFFFFF !important; 
    filter: invert(1);
}

.align-items-center {
    color: #FFFFFF; 
}

.alert {
    color: #000000;
}

.raised-card {
    color: #FFFFFF !important; 
}

.pgn__card-header-title-md {
    color: #FFFFFF !important;
}

.pgn__card-header-subtitle-sm {
    color: #ffddca !important;
}

html body div#root div main#main-content.d-flex.flex-column.flex-grow-1 div.container-xl div.row.course-outline-tab div.col.col-12.col-md-4 section.mb-4 div#courseHome-dates ol.list-unstyled li.p-0.mb-3.small.text-dark-500 div.row.ml-4.pr-2 {
    color: white;
}

footer {
    filter: invert(1);
}

}

Reviews

No reviews yet.