Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision committed Jul 9, 2024
1 parent 61f9c81 commit 4108b5a
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:root {
--rasper-green: #00e78f;
}

*,
::after,
::before {
Expand Down Expand Up @@ -156,15 +160,6 @@ body::-webkit-scrollbar {
font-size: 1rem;
}

._activity_link {
display: block;
color: #efefef !important;
}

._activity_link:hover {
background-color: rgba(255, 255, 255, 0.051) !important;
}

.carousel-cell {
width: 100% !important;
height: 100% !important;
Expand Down Expand Up @@ -479,4 +474,4 @@ body::-webkit-scrollbar {
margin-left: 0.01px;
}

}
}

0 comments on commit 4108b5a

Please sign in to comment.