Skip to content

Commit

Permalink
Use logo instead of text on top left corner
Browse files Browse the repository at this point in the history
  • Loading branch information
astorije committed Oct 25, 2018
1 parent 2a9e04d commit 05dcc38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@

<nav id="nav">
<div class="container">
<a href="/" class="logo">The Lounge</a>
<a href="/" class="logo">
<img alt="The Lounge" src="/assets/logos/logo/TL_White&Yellow_Horizontal_logotype_Transparent_Bg/TL_White&Yellow_Horizontal_logotype_Transparent_Bg.svg">
</a>

<ul class="nav-links">
<li><a href="/docs">Documentation</a></li>
<li><a href="https://www.npmjs.com/search?q=keywords%3Athelounge-theme">Themes</a></li>
Expand Down
8 changes: 6 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,15 @@ pre code {
color: #fff;
}
#nav .logo {
color: #fff;
font-size: 22px;
line-height: 1;
margin-left: -10px;
}

#nav .logo img {
height: 100%;
padding: 5px 0;
}

#splash {
background: #455164;
color: #fff;
Expand Down

0 comments on commit 05dcc38

Please sign in to comment.