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

This commit is contained in:
freakoverse 2025-02-15 14:20:55 +00:00
parent 4379540171
commit e54233a960

View File

@ -128,7 +128,6 @@
transition: ease 0.4s; transition: ease 0.4s;
background: linear-gradient(to top right, #262626, #292929, #262626); background: linear-gradient(to top right, #262626, #292929, #262626);
opacity: 1; opacity: 1;
text-decoration: unset;
} }
.IBMSMSMBSSCL_CAElement::before { .IBMSMSMBSSCL_CAElement::before {
@ -213,6 +212,7 @@
.IBMSMSMBSSCL_CAElement:hover { .IBMSMSMBSSCL_CAElement:hover {
transition: ease 0.4s; transition: ease 0.4s;
transform: scale(1.05); transform: scale(1.05);
text-decoration: unset;
} }
.IBMSMSMBSSCL_CAElement:active { .IBMSMSMBSSCL_CAElement:active {