-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnoredink-darkmode.user.css
39 lines (34 loc) · 1.21 KB
/
noredink-darkmode.user.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* ==UserStyle==
@name NoRedInk dark mode
@version 1.0.0
@description Dark mode for noredink.com
@author starchyunderscore
@namespace https://github.com/starchyunderscore
@license GNU General Public License v3.0
==/UserStyle== */
@-moz-document domain("noredink.com") {
html,
body,
#main section,
div:not([class*="Nri-Mastery-ProgressBar"], [ class="correct-banner"]),
h2,
p,
button:not([aria-label="Mastery"]),
footer,
footer *,
ul > li[class*="student-dashboard-stat"],
nav,
div[data-nri-description="node"] > section,
div[data-nri-description="node"] > section span,
ul span,
header[ class="quiz-header"],
main
{background:#000!important;color:#fff!important;}
a
{background:#000!important;}
nav a,
h1
{color:#fff!important;}
.nav-logo {background:url("https://www.noredink.com/assets/logo-red-black-f6989d7567cf90b349409137595e99c52d036d755b4403d25528e0fd83a3b084.svg")!important;}
.student-dashboard-task-start {background:url("https://www.noredink.com/assets/assignment-start-button-secondary-48edeaa28febc20165aedcf73b2e58d32bef31d3b0f4352219f8b793669c61bf.svg")!important;}
}