Skip to content

Commit 5b44b03

Browse files
authored
Update full.css
1 parent c646223 commit 5b44b03

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

full.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
14331442
body:not(.mobile) .roundbutton {
14341443
transition: .18s var(--ease-function), 0s background;
14351444
}

0 commit comments

Comments
 (0)