use real link for logo

This commit is contained in:
Deniz Akşimşek 2022-07-22 14:16:01 +03:00
parent 299a9baa1d
commit 023b7cb2a4
2 changed files with 8 additions and 3 deletions

View File

@ -27,7 +27,7 @@
<div class="c">
<div class="menu">
<div class="logo-wrapper">
<span hx-get="/" hx-target="body" hx-push-url="true" class="logo light">&lt;<a>/</a>&gt; htm<a>x</a></span>
<a href="/" class="logo light">&lt;<b>/</b>&gt; htm<b>x</b></a>
<svg _="on click toggle .show on #nav" class="hamburger" viewBox="0 0 100 80" width="25" height="25" style="margin-bottom:-5px">
<rect width="100" height="20" style="fill:rgb(52, 101, 164)" rx="10"></rect>
<rect y="30" width="100" height="20" style="fill:rgb(52, 101, 164)" rx="10"></rect>

View File

@ -25,10 +25,15 @@ table {
}
.logo {
color: inherit;
text-decoration: none;
font-size: 28px;
font-weight: bold;
&:hover{
cursor: pointer;
& b {
font-weight: inherit;
color: $midBlue;
}
}