From 6044010a1bc89a987ee2ee0dee3bfe4299acbfa3 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Fri, 14 Feb 2025 21:37:56 +0000 Subject: [PATCH] Update src/styles/comments.css --- src/styles/comments.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/comments.css b/src/styles/comments.css index 8a6b40c..9c316f9 100644 --- a/src/styles/comments.css +++ b/src/styles/comments.css @@ -567,13 +567,13 @@ hover { } .IBMSMSMBSSCL_CBExpand { - transition: ease .3s; + transition: ease 0.3s; width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 5px 15px; - background: #fff0; + background: rgba(255, 255, 255, 0.05); border-radius: 5px; text-align: center; font-size: 12px;