custom.css
... ...
@@ -67,6 +67,22 @@ div, section, article, main, nav {
67 67
color: #ffffff !important;
68 68
}
69 69
70
+.markdown-body p, .markdown-body ul, .markdown-body ol, .markdown-body li {
71
+ background-color: transparent !important;
72
+}
73
+
74
+.markdown-body img {
75
+ background-color: transparent !important;
76
+}
77
+
78
+p {
79
+ background-color: transparent !important;
80
+}
81
+
82
+ul, ol, li {
83
+ background-color: transparent !important;
84
+}
85
+
70 86
#wiki-body {
71 87
background-color: #191c20 !important;
72 88
}