Skip to content

Commit

Permalink
Make page header clickable (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmholmes authored Aug 14, 2024
1 parent 37bb579 commit dccbf93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/grizzly/embed/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ main div {
position: relative;
left: -10px;
font-size: 180%;
color: white;
}
.context {
vertical-align: middle;
Expand Down
2 changes: 1 addition & 1 deletion pkg/grizzly/embed/templates/proxy/header.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="/"><img class="icon" src="/grizzly/assets/grizzly-logo.svg"></a>
</div>
<div class="float-left header-title">
<h1>Grizzly Server</h1>
<a href="/"><h1>Grizzly Server</h1></a>
</div>
<div class="float-right context">
<form action="#" method="post">
Expand Down

0 comments on commit dccbf93

Please sign in to comment.