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); }