[frontend] linkify header mascot+title (#633)

This commit is contained in:
f0x52
2022-06-08 02:22:52 +02:00
committed by GitHub
parent f3b44426f4
commit 99fab9c6b6
3 changed files with 13 additions and 9 deletions

View File

@@ -65,6 +65,7 @@ header div {
header div h1 { header div h1 {
align-self: center; align-self: center;
color: #fafaff;
} }
h1 { h1 {

View File

@@ -63,6 +63,7 @@ header {
h1 { h1 {
align-self: center; align-self: center;
color: $fg;
} }
} }
} }

View File

@@ -16,6 +16,7 @@
<title>{{.instance.Title}} - GoToSocial</title> <title>{{.instance.Title}} - GoToSocial</title>
</head> </head>
<body> <body>
<a href="/" class="nounderline">
<header> <header>
<img src="/assets/logo.png" alt="Instance Logo"/> <img src="/assets/logo.png" alt="Instance Logo"/>
<div> <div>
@@ -25,3 +26,4 @@
</div> </div>
<div></div> <div></div>
</header> </header>
</a>