Skip to content

Commit e39faa8

Browse files
authored
Merge pull request #151 from datacite/redesign_northosts
Redesign northosts - Final adjustments
2 parents 9d49d06 + d28349d commit e39faa8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/includes/_header.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<span class="icon-bar"></span>
1919
</button>
2020
<a class="navbar-brand" id="navbar-brand-fix" href="/">
21-
<img src="/images/DataCite-Metadata-Schema-logo_bicolor-light-sm.svg" title="<%= ENV['SITE_TITLE'] %>" style="height:35px;">
21+
<img src="/images/DataCite-Metadata-Schema-logo_bicolor-light-sm.svg" title="<%= ENV['SITE_TITLE'] %>" style="height:100%;">
2222
</a>
2323
</div>
2424
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">

source/layouts/layout.erb

+3-2
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
}
219219

220220
.navbar-default .navbar-nav > li > a:not(.btn) {
221-
rgba(170, 170, 170, 0.8);
221+
color:#ccc;
222222
}
223223

224224
@media (max-width: 767px) {
@@ -340,7 +340,7 @@
340340
.footer a,
341341
.footer a:visited,
342342
.footer h4 {
343-
color: hsla(0, 0%, 66.7%, 0.8);
343+
color: #ccc;
344344
font-size: 14px;
345345
}
346346

@@ -401,6 +401,7 @@
401401

402402
.footer .contact > a .color-description {
403403
font-size: 14px;
404+
color: #ccc;
404405
}
405406

406407
.footer .socials {

0 commit comments

Comments
 (0)