We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae83069 commit b1c0d76Copy full SHA for b1c0d76
k47mx920vbn3q68zjtu/css/theme.css
@@ -213,13 +213,14 @@
213
214
.bg-dark {
215
height: 70px;
216
+ background-color: #000000 !important;
217
}
218
219
.navbar-collapse {
220
flex-basis: 100%;
221
flex-grow: 1;
222
align-items: center;
- background-color: #212529!important;
223
224
max-width: 100%;
225
margin-top: 10px;
226
@@ -229,7 +230,7 @@
229
230
flex-wrap: inherit;
231
232
justify-content: space-between;
- background-color: #212529;
233
+ background-color: #000000;
234
235
236
.d-flex {
@@ -305,4 +306,4 @@ a:active {
305
306
ol, ul {
307
padding-left: 2rem;
308
text-align: left;
-}
309
+}
0 commit comments