custom.css
... ...
@@ -4,8 +4,12 @@ body {
4 4
color: #ffffff !important;
5 5
}
6 6
7
-* {
8
- background-color: inherit !important;
7
+html {
8
+ background-color: #191c20 !important;
9
+}
10
+
11
+div, section, article, main, nav {
12
+ background-color: transparent !important;
9 13
}
10 14
11 15
.container-lg {