Update src/styles/comments.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m16s

This commit is contained in:
freakoverse 2025-02-14 21:49:06 +00:00
parent 6044010a1b
commit eaa34e1d74

View File

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