@@ -126,8 +126,8 @@ img {
126
126
/* --- Navbar --- */
127
127
128
128
.navbar-custom {
129
- background-color : {{ site .navbar-col | default : "#F5F5F5 " }};
130
- bor der- botto m: 1px solid {{ site.navbar-border-col | default : "#EAEAEA " }};
129
+ background-color : {{ site .navbar-col | default : "#EAEAEA " }};
130
+ bor der- botto m: 1px solid {{ site.navbar-border-col | default : "#DDDDDD " }};
131
131
font- family: 'Open Sans' , 'Helvetica Neue' , Helvetica , Arial , sans-serif ;
132
132
{% if site.navbar-img %}
133
133
background-image : url ({{ site .navbar-img | relative_url }});
@@ -270,7 +270,7 @@ img {
270
270
.navbar-custom .nav-item .dropdown .dropdown-menu .dropdown-item {
271
271
white-space : normal;
272
272
padding : 0.625rem ;
273
- background-color : {{ site .navbar-col | default : "#F5F5F5 " }};
273
+ background-color : {{ site .navbar-col | default : "#EAEAEA " }};
274
274
text- decor ation: none !important ;
275
275
bor der- width: 0 1px 1px 1px;
276
276
font- weight: normal;
@@ -283,14 +283,14 @@ img {
283
283
284
284
.navbar-custom .nav-item .dropdown .dropdown-menu .dropdown-item {
285
285
padding-left : 0.625rem ;
286
- border : 1px solid {{ site .navbar-border-col | default : "#EAEAEA " }};
286
+ border : 1px solid {{ site .navbar-border-col | default : "#DDDDDD " }};
287
287
bor der- width: 0 1px 1px;
288
288
}
289
289
}
290
290
291
291
@media (max-width : 767px ) {
292
292
.navbar-custom .navbar-collapse {
293
- border-top : 1px solid {{ site .navbar-border-col | default : "#EAEAEA " }};
293
+ border-top : 1px solid {{ site .navbar-border-col | default : "#DDDDDD " }};
294
294
margin: 0 -1rem;
295
295
}
296
296
@@ -377,7 +377,7 @@ footer {
377
377
bor der- to p: 1px # EAEAEA solid ;
378
378
margin- to p: 3.125rem;
379
379
font- size: 0.875rem;
380
- background- color : {{ site .footer-col | default : "#F5F5F5 " }};
380
+ background- color : {{ site .footer-col | default : "#EAEAEA " }};
381
381
{% if site.footer-img %}
382
382
background-image : url ({{ site .footer-img | relative_url }});
383
383
background- attachment: fixed;
0 commit comments