From eaa34e1d7443e8518f1043a5b5bbc0c5c26cf4a6 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Fri, 14 Feb 2025 21:49:06 +0000 Subject: [PATCH] Update src/styles/comments.css --- src/styles/comments.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/styles/comments.css b/src/styles/comments.css index 9c316f9..297c43d 100644 --- a/src/styles/comments.css +++ b/src/styles/comments.css @@ -572,14 +572,15 @@ hover { display: flex; flex-direction: column; justify-content: center; - padding: 5px 15px; - background: rgba(255, 255, 255, 0.05); + padding: 7px 15px; + background: #323232; border-radius: 5px; text-align: center; - font-size: 12px; + font-size: 13px; color: #ffffff40; line-height: 1.5; - cursor: pointer + cursor: pointer; + font-weight: 600; } .IBMSMSMBSSCL_CBExpand.IBMSMSMBSSCL_CBExpandAlt { @@ -589,7 +590,7 @@ hover { .IBMSMSMBSSCL_CBExpand:hover { transition: ease 0.3s; - background: rgba(255,255,255,0.05); + background: #363636; color: rgba(255,255,255,0.25); }