Style fixes

This commit is contained in:
Shan Carter
2017-02-10 10:08:11 -08:00
parent f19e65c68c
commit b78eaf1a49
4 changed files with 13 additions and 14 deletions
+7 -7
View File
@@ -6,7 +6,7 @@ dt-header {
display: block;
position: relative;
height: 60px;
background-color: hsl(223, 9%, 25%);
background-color: hsl(200, 60%, 15%);
width: 100%;
box-sizing: border-box;
z-index: 2;
@@ -34,7 +34,6 @@ dt-header svg {
top: 4px;
margin-right: 2px;
}
@media(min-width: 1080px) {
dt-header {
height: 70px;
@@ -47,23 +46,23 @@ dt-header svg {
dt-header .logo {
}
}
dt-header svg path {
fill: none;
stroke: rgba(255, 255, 255, 0.8);
stroke-width: 3px;
}
dt-header .logo {
font-size: 13px;
font-weight: 300;
text-transform: uppercase;
font-size: 17px;
font-weight: 200;
}
dt-header .nav {
float: right;
font-weight: 300;
}
dt-header .nav a {
font-size: 14px;
font-size: 12px;
margin-left: 24px;
text-transform: uppercase;
}
</style>
@@ -74,6 +73,7 @@ dt-header .nav a {
</a>
<div class="nav">
<a href="/faq">About</a>
<a href="https://github.com/distillpub">GitHub</a>
<!-- https://twitter.com/distillpub -->
</div>
</div>