Skip to content

Commit

Permalink
Update base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kckarnige authored Mar 3, 2023
1 parent 1f97367 commit 940aebf
Showing 1 changed file with 3 additions and 28 deletions.
31 changes: 3 additions & 28 deletions base.css
Original file line number Diff line number Diff line change
@@ -1,44 +1,19 @@
.none-2-_0dP {
.none-1rXy4P {
scrollbar-width: auto !important;
overflow-y: scroll !important;
overflow-x: hidden !important;
margin-right: 2px;
}

.none-2-_0dP:hover::-webkit-scrollbar {
.none-1rXy4P:hover::-webkit-scrollbar {
width: 0.30em !important;
border-radius: 25px;
height: 0px !important;
background: transparent !important;

}

.none-2-_0dP::-webkit-scrollbar-thumb {
.none-1rXy4P::-webkit-scrollbar-thumb {
background: var(--background-accent);
border-radius: 25px;
}

/* == jsyk it's installed uwu == */
a.embedTitle-2n1pEb[href*="https://kckarnige.is-a.dev/server-scroll"]:after, a.embedTitle-2n1pEb[href*="https://github.com/kckarnige/server-scroll"]:after {
content: "Installed";
background: var(--brand-experiment);
border-radius: 4px;
margin-left: 5px;
padding-right: 3px;
padding-left: 3px;
color: #fff;
font-size: 10px;
line-height: 15px;
text-transform: uppercase;
font-weight: 500;
white-space: nowrap;
position: relative;
-webkit-transition: background-color .17s ease, color .17s ease;
transition: background-color .17s ease, color .17s ease;
}

a.embedTitle-2n1pEb[href*="https://kckarnige.is-a.dev/server-scroll"]:hover:after, a.embedTitle-2n1pEb[href*="https://github.com/kckarnige/server-scroll"]:hover:after {
background: var(--brand-experiment-560);
-webkit-transition: background-color .17s ease, color .17s ease;
transition: background-color .17s ease, color .17s ease;
}

0 comments on commit 940aebf

Please sign in to comment.