Skip to content

Commit

Permalink
make logo link to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Dec 14, 2023
1 parent ca9c306 commit 6f68383
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ css:
<body>
<header>
<div id="banner"></div>
<div class="title">
<a href="/" class="title">
<img src="/logo.png" alt="lipu tenpo logo" width="475px" height="497px" />
<h1>lipu tenpo</h1>
</div>
</a>
<nav>
<ul>
<li>
Expand Down
4 changes: 4 additions & 0 deletions public/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ header #banner {
z-index: -5;
background-color: var(--background);
}
header a.title {
text-decoration: none;
color: white;
}
header .title {
background-color: var(--background);
display: flex;
Expand Down

0 comments on commit 6f68383

Please sign in to comment.