custom.css
... ...
@@ -4,6 +4,18 @@ body {
4 4
color: #ffffff !important;
5 5
}
6 6
7
+* {
8
+ background-color: inherit !important;
9
+}
10
+
11
+.container-lg {
12
+ background-color: #191c20 !important;
13
+}
14
+
15
+.page {
16
+ background-color: #191c20 !important;
17
+}
18
+
7 19
#head, #header {
8 20
background-color: #191c20 !important;
9 21
border-bottom: 1px solid #444 !important;