Dont underline logo on hover

This commit is contained in:
jholdstock 2020-08-24 11:29:16 +01:00 committed by David Hill
parent c7f8cea4dc
commit f2ae9a81ea
2 changed files with 19 additions and 17 deletions

View File

@ -8,6 +8,10 @@ body {
flex-direction: column; flex-direction: column;
} }
.navbar a {
text-decoration: none;
}
.page-content { .page-content {
flex: 1 0 auto; flex: 1 0 auto;
} }

View File

@ -47,7 +47,6 @@
<nav class="py-sm-3 px-sm-5 navbar"> <nav class="py-sm-3 px-sm-5 navbar">
<div class="container"> <div class="container">
<div class="">
<a class="py-1 border-0 d-flex justify-content-start align-items-center" href="/"> <a class="py-1 border-0 d-flex justify-content-start align-items-center" href="/">
<div class="logo--logo"> <div class="logo--logo">
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="32" fill="none" viewBox="0 0 23 20"> <svg xmlns="http://www.w3.org/2000/svg" width="38" height="32" fill="none" viewBox="0 0 23 20">
@ -64,7 +63,6 @@
</div> </div>
</a> </a>
</div> </div>
</div>
</nav> </nav>
{{ if .VspStats.Debug }} {{ if .VspStats.Debug }}