mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00
use real link for logo
This commit is contained in:
parent
299a9baa1d
commit
023b7cb2a4
@ -27,7 +27,7 @@
|
|||||||
<div class="c">
|
<div class="c">
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
<div class="logo-wrapper">
|
<div class="logo-wrapper">
|
||||||
<span hx-get="/" hx-target="body" hx-push-url="true" class="logo light"><<a>/</a>> htm<a>x</a></span>
|
<a href="/" class="logo light"><<b>/</b>> 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">
|
<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 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>
|
<rect y="30" width="100" height="20" style="fill:rgb(52, 101, 164)" rx="10"></rect>
|
||||||
|
@ -25,10 +25,15 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
&:hover{
|
|
||||||
cursor: pointer;
|
& b {
|
||||||
|
font-weight: inherit;
|
||||||
|
color: $midBlue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user