chore scroll bar style

This commit is contained in:
oiov
2025-04-05 10:50:11 +08:00
parent 1d61b6523c
commit d310aba913
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -6,5 +6,9 @@ export const marketingConfig: MarketingConfig = {
title: "Docs",
href: "/docs",
},
{
title: "Discord",
href: "/s/discord",
},
],
};
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -96,8 +96,8 @@
}
*::-webkit-scrollbar {
width: 6px;
height: 10px;
width: 0px;
height: 0px;
background-color: hsla(215, 10%, 77%, 0.548);
}