From 8d7de8d21a222c28493222da2f96e444915df4b9 Mon Sep 17 00:00:00 2001 From: ygg2 Date: Wed, 24 Jul 2024 20:11:24 -0400 Subject: [PATCH] opinionated styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • I think it makes sense for links in embeds to have underlines on hover. Discord also does this • cancelReply button looks awkward with the bottom border and it's already clear that it's a button --- webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpage/style.css b/webpage/style.css index 04f6b47..5368a86 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -1111,7 +1111,6 @@ span { .embed a{ margin-bottom:.1in; display: block; - text-decoration:none; font-size:.2in; } .provider{ @@ -1186,6 +1185,7 @@ span { width: .25in; text-align: center; padding: 0in; + border: none; } #replybox.hideReplyBox{ height: 0in;