Spaces:
Paused
Paused
Commit
·
9a37e5b
1
Parent(s):
91271ba
Making documents have the same color scheme
Browse files
templates/template_html.j2
CHANGED
|
@@ -15,6 +15,10 @@
|
|
| 15 |
color: #111 !important;
|
| 16 |
}
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
.dark {
|
| 19 |
background: #111;
|
| 20 |
color: white;
|
|
|
|
| 15 |
color: #111 !important;
|
| 16 |
}
|
| 17 |
|
| 18 |
+
details.doc-box * {
|
| 19 |
+
color: #111 !important;
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
.dark {
|
| 23 |
background: #111;
|
| 24 |
color: white;
|