Skip to content

Commit 22804f1

Browse files
authored
change footer and navbar background to darker
1 parent 79fa638 commit 22804f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

assets/css/main.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ img {
126126
/* --- Navbar --- */
127127

128128
.navbar-custom {
129-
background-color: {{ site.navbar-col | default: "#F5F5F5" }};
130-
border-bottom: 1px solid {{ site.navbar-border-col | default: "#EAEAEA" }};
129+
background-color: {{ site.navbar-col | default: "#EAEAEA" }};
130+
border-bottom: 1px solid {{ site.navbar-border-col | default: "#DDDDDD" }};
131131
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
132132
{% if site.navbar-img %}
133133
background-image: url({{ site.navbar-img | relative_url }});
@@ -270,7 +270,7 @@ img {
270270
.navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-item {
271271
white-space: normal;
272272
padding: 0.625rem;
273-
background-color: {{ site.navbar-col | default: "#F5F5F5" }};
273+
background-color: {{ site.navbar-col | default: "#EAEAEA" }};
274274
text-decoration: none !important;
275275
border-width: 0 1px 1px 1px;
276276
font-weight: normal;
@@ -283,14 +283,14 @@ img {
283283

284284
.navbar-custom .nav-item.dropdown .dropdown-menu .dropdown-item {
285285
padding-left: 0.625rem;
286-
border: 1px solid {{ site.navbar-border-col | default: "#EAEAEA" }};
286+
border: 1px solid {{ site.navbar-border-col | default: "#DDDDDD" }};
287287
border-width: 0 1px 1px;
288288
}
289289
}
290290

291291
@media (max-width: 767px) {
292292
.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" }};
294294
margin: 0 -1rem;
295295
}
296296

@@ -377,7 +377,7 @@ footer {
377377
border-top: 1px #EAEAEA solid;
378378
margin-top: 3.125rem;
379379
font-size: 0.875rem;
380-
background-color: {{ site.footer-col | default: "#F5F5F5" }};
380+
background-color: {{ site.footer-col | default: "#EAEAEA" }};
381381
{% if site.footer-img %}
382382
background-image: url({{ site.footer-img | relative_url }});
383383
background-attachment: fixed;

0 commit comments

Comments
 (0)