mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-21 23:45:06 +08:00
top left logo is now clickable
This commit is contained in:
parent
1b7a81a2dd
commit
57ffef0c51
@ -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>
|
||||
|
||||
|
||||
|
@ -73,6 +73,11 @@ video {
|
||||
padding: 7px;
|
||||
}
|
||||
|
||||
#header, a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
#moveable {
|
||||
z-index: 100;
|
||||
|
Loading…
x
Reference in New Issue
Block a user