From 3524ba967278d5cff94b8cc24ff5f874078310a9 Mon Sep 17 00:00:00 2001 From: curly Date: Thu, 16 Feb 2023 15:29:31 -0700 Subject: feature parity woo --- src/main.css | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'src/main.css') diff --git a/src/main.css b/src/main.css index b244020..fc7d02b 100644 --- a/src/main.css +++ b/src/main.css @@ -1,5 +1,5 @@ .UI { - background-color: blue; + background-color: lightblue; } #chatwindow { display: flex; @@ -105,7 +105,7 @@ body { } .username { margin-left: 0.3em; - margin-right: 0.4em; + margin-right: 0.7em; } .deleted { @@ -117,4 +117,25 @@ body { text-align: center; background-color: red; color: white; +} + +.reply { + font-size: 14px; + margin-left: 2em; + color: #666; + display: flex; +} +.reply:hover { + cursor: pointer; +} +.reply_icon { + font-size: 0.7em; + margin: auto; +} + +.highlight { + background-color: lightcoral; +} +.reply_highlight { + background-color: lightblue; } \ No newline at end of file -- cgit v1.2.3