diff --git a/src/styles/comments.css b/src/styles/comments.css index 2ff323c..8a6b40c 100644 --- a/src/styles/comments.css +++ b/src/styles/comments.css @@ -567,19 +567,19 @@ hover { } .IBMSMSMBSSCL_CBExpand { - transition: ease 0.3s; + transition: ease .3s; width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 5px 15px; - background: rgba(255,255,255,0); + background: #fff0; border-radius: 5px; text-align: center; font-size: 12px; - color: rgba(255,255,255,0.25); + color: #ffffff40; line-height: 1.5; - cursor: pointer; + cursor: pointer } .IBMSMSMBSSCL_CBExpand.IBMSMSMBSSCL_CBExpandAlt {