mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-23 00:15:04 +08:00
top left logo is now clickable
This commit is contained in:
parent
1b7a81a2dd
commit
57ffef0c51
@ -30,8 +30,11 @@
|
|||||||
|
|
||||||
|
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<img src="/images/logo.svg" alt="Neon" width="48" height="48">
|
<a href="/">
|
||||||
<p>Neon Chat</p>
|
<img src="/images/logo.svg" alt="Neon" width="48" height="48">
|
||||||
|
<p>Neon Chat</p>
|
||||||
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -73,6 +73,11 @@ video {
|
|||||||
padding: 7px;
|
padding: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header, a {
|
||||||
|
color: white;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#moveable {
|
#moveable {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user