diff --git a/public/css/vroom.css b/public/css/vroom.css index 27c9b38..e60fb50 100644 --- a/public/css/vroom.css +++ b/public/css/vroom.css @@ -1,13 +1,9 @@ -a { - color: black; -} #webRTCVideo { overflow-y: auto; } #webRTCVideo video { width: 100%; height: auto; - //border-radius: 5px; } #webRTCVideo .selected { box-shadow: 0px 0px 2pt 2pt red; @@ -21,8 +17,6 @@ a { max-width: 100%; min-width: 75%; height: auto; - //border:5px solid grey; - //border-radius: 15px; } .previewContainer{ margin-top: 5px; @@ -95,6 +89,9 @@ a { padding-bottom: 2px; white-space: pre; } +.chatMsg a { + color: black; +} .chatMsgSelf { float: right; }