From 940aebffbea483cb48fc41119fb394368831939c Mon Sep 17 00:00:00 2001 From: KayoticCarnige <32397453+kckarnige@users.noreply.github.com> Date: Fri, 3 Mar 2023 13:06:45 -0500 Subject: [PATCH] Update base.css --- base.css | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/base.css b/base.css index 581f6a4..a2935eb 100644 --- a/base.css +++ b/base.css @@ -1,11 +1,11 @@ -.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; @@ -13,32 +13,7 @@ } -.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; -}