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"> <div id="header">
<a href="/">
<img src="/images/logo.svg" alt="Neon" width="48" height="48"> <img src="/images/logo.svg" alt="Neon" width="48" height="48">
<p>Neon Chat</p> <p>Neon Chat</p>
</a>
</div> </div>

View File

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