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

This commit is contained in:
freakoverse 2025-02-15 13:40:41 +00:00
parent 1399075fc4
commit 4379540171

View File

@ -128,6 +128,7 @@
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 {
@ -334,19 +335,20 @@ hover {
} }
.IBMSMSMBSSCC_BottomButton { .IBMSMSMBSSCC_BottomButton {
transition: ease 0.4s; transition: ease .4s;
text-decoration: unset; display: flex;
color: rgba(255, 255, 255, 0.25); flex-direction: row;
font-weight: bold; justify-content: center;
padding: 10px 20px; align-items: center;
padding: 10px 25px;
background: #ffffff0d;
border-radius: 10px; border-radius: 10px;
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0); color: #ffffff80;
font-size: 16px; font-weight: 700;
transform: scale(1); text-align: center;
position: relative; outline: unset;
cursor: pointer; border: unset;
border: solid 1px rgba(255, 255, 255, 0.1); grid-gap: 10px;
overflow: hidden;
} }
.IBMSMSMBSSCC_BottomButton:hover { .IBMSMSMBSSCC_BottomButton:hover {