File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -642,6 +642,7 @@ body.notransition .sidebar {
642642}
643643
644644.sidebar .header .logo {
645+ padding : 7px 0 ;
645646 font-weight : 600 ;
646647 color : rgba (241 , 241 , 242 , 0.92 );
647648 max-width : calc (var (--sidebar-width ) - 140px );
@@ -1430,6 +1431,14 @@ body:not(.mobile) .sidebar .header .logo::-webkit-scrollbar-thumb {
14301431 border-radius : 0 ;
14311432}
14321433
1434+ body : not (.mobile ) .sidebar .header .logo ::-webkit-scrollbar-thumb : hover {
1435+ background-color : rgb (130 134 137 / 70% );
1436+ }
1437+
1438+ body : not (.mobile ) .sidebar .header .logo ::-webkit-scrollbar-thumb : active {
1439+ background-color : rgb (130 134 137 / 50% );
1440+ }
1441+
14331442body : not (.mobile ) .roundbutton {
14341443 transition : .18s var (--ease-function ), 0s background;
14351444}
You can’t perform that action at this time.
0 commit comments