custom.css
... ...
@@ -51,6 +51,22 @@ body {
51 51
color: #ffffff !important;
52 52
}
53 53
54
+#wiki-body {
55
+ background-color: #191c20 !important;
56
+}
57
+
58
+.page {
59
+ background-color: #191c20 !important;
60
+}
61
+
62
+article {
63
+ background-color: #191c20 !important;
64
+}
65
+
66
+.content {
67
+ background-color: #191c20 !important;
68
+}
69
+
54 70
a {
55 71
color: #3b82f6 !important;
56 72
}