mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
[frontend] linkify header mascot+title (#633)
This commit is contained in:
parent
f3b44426f4
commit
99fab9c6b6
|
@ -65,6 +65,7 @@ header div {
|
||||||
|
|
||||||
header div h1 {
|
header div h1 {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
color: #fafaff;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
@ -63,6 +63,7 @@ header {
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
color: $fg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,12 +16,14 @@
|
||||||
<title>{{.instance.Title}} - GoToSocial</title>
|
<title>{{.instance.Title}} - GoToSocial</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<a href="/" class="nounderline">
|
||||||
<img src="/assets/logo.png" alt="Instance Logo"/>
|
<header>
|
||||||
<div>
|
<img src="/assets/logo.png" alt="Instance Logo"/>
|
||||||
<h1>
|
<div>
|
||||||
{{.instance.Title}}
|
<h1>
|
||||||
</h1>
|
{{.instance.Title}}
|
||||||
</div>
|
</h1>
|
||||||
<div></div>
|
</div>
|
||||||
</header>
|
<div></div>
|
||||||
|
</header>
|
||||||
|
</a>
|
Loading…
Reference in a new issue