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;