diff --git a/src/styles/comments.css b/src/styles/comments.css index f3f51fb..31a9695 100644 --- a/src/styles/comments.css +++ b/src/styles/comments.css @@ -128,6 +128,7 @@ transition: ease 0.4s; background: linear-gradient(to top right, #262626, #292929, #262626); opacity: 1; + text-decoration: unset; } .IBMSMSMBSSCL_CAElement::before { @@ -334,19 +335,20 @@ hover { } .IBMSMSMBSSCC_BottomButton { - transition: ease 0.4s; - text-decoration: unset; - color: rgba(255, 255, 255, 0.25); - font-weight: bold; - padding: 10px 20px; + transition: ease .4s; + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + padding: 10px 25px; + background: #ffffff0d; border-radius: 10px; - box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0); - font-size: 16px; - transform: scale(1); - position: relative; - cursor: pointer; - border: solid 1px rgba(255, 255, 255, 0.1); - overflow: hidden; + color: #ffffff80; + font-weight: 700; + text-align: center; + outline: unset; + border: unset; + grid-gap: 10px; } .IBMSMSMBSSCC_BottomButton:hover {