Spaces:
Runtime error
Runtime error
Commit
•
91271ba
1
Parent(s):
57a603c
Fixing dark/light mode
Browse files
templates/template_html.j2
CHANGED
@@ -11,6 +11,10 @@
|
|
11 |
font-family: "Source Sans Pro";
|
12 |
}
|
13 |
|
|
|
|
|
|
|
|
|
14 |
.dark {
|
15 |
background: #111;
|
16 |
color: white;
|
|
|
11 |
font-family: "Source Sans Pro";
|
12 |
}
|
13 |
|
14 |
+
.instructions > * {
|
15 |
+
color: #111 !important;
|
16 |
+
}
|
17 |
+
|
18 |
.dark {
|
19 |
background: #111;
|
20 |
color: white;
|