custom.css
... ...
@@ -151,15 +151,17 @@ input, textarea, select {
151 151
152 152
h1, h2, h3, h4, h5, h6 {
153 153
color: #ffffff !important;
154
+ background-color: transparent !important;
155
+ border-bottom-color: #444 !important;
154 156
}
155 157
156
-.breadcrumb {
157
- background-color: #191c20 !important;
158
- color: #ffffff !important;
158
+.editable {
159
+ background-color: transparent !important;
159 160
}
160 161
161
-.editable {
162
- background-color: #191c20 !important;
162
+.breadcrumb {
163
+ background-color: transparent !important;
164
+ color: #ffffff !important;
163 165
}
164 166
165 167
#wiki-wrapper {