top left logo is now clickable

This commit is contained in:
ian ramzy 2020-03-28 13:35:06 -04:00
parent 1b7a81a2dd
commit 57ffef0c51
2 changed files with 10 additions and 2 deletions

View File

@ -30,8 +30,11 @@
<div id="header">
<img src="/images/logo.svg" alt="Neon" width="48" height="48">
<p>Neon Chat</p>
<a href="/">
<img src="/images/logo.svg" alt="Neon" width="48" height="48">
<p>Neon Chat</p>
</a>
</div>

View File

@ -73,6 +73,11 @@ video {
padding: 7px;
}
#header, a {
color: white;
text-decoration: none;
}
#moveable {
z-index: 100;