Skip to content

Commit b1c0d76

Browse files
authored
Update theme.css
1 parent ae83069 commit b1c0d76

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

k47mx920vbn3q68zjtu/css/theme.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,14 @@
213213

214214
.bg-dark {
215215
height: 70px;
216+
background-color: #000000 !important;
216217
}
217218

218219
.navbar-collapse {
219220
flex-basis: 100%;
220221
flex-grow: 1;
221222
align-items: center;
222-
background-color: #212529!important;
223+
background-color: #000000 !important;
223224
max-width: 100%;
224225
margin-top: 10px;
225226
}
@@ -229,7 +230,7 @@
229230
flex-wrap: inherit;
230231
align-items: center;
231232
justify-content: space-between;
232-
background-color: #212529;
233+
background-color: #000000;
233234
}
234235

235236
.d-flex {
@@ -305,4 +306,4 @@ a:active {
305306
ol, ul {
306307
padding-left: 2rem;
307308
text-align: left;
308-
}
309+
}

0 commit comments

Comments
 (0)