From 57ffef0c511b14d71fe0c9468ead2ce56748b83a Mon Sep 17 00:00:00 2001 From: ian ramzy Date: Sat, 28 Mar 2020 13:35:06 -0400 Subject: [PATCH] top left logo is now clickable --- public/chat.html | 7 +++++-- public/css/chat.css | 5 +++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/public/chat.html b/public/chat.html index 79a85fc..b02ff72 100644 --- a/public/chat.html +++ b/public/chat.html @@ -30,8 +30,11 @@ diff --git a/public/css/chat.css b/public/css/chat.css index bc57470..abfa6e2 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -73,6 +73,11 @@ video { padding: 7px; } +#header, a { + color: white; + text-decoration: none; +} + #moveable { z-index: 100;