chore scroll bar style
This commit is contained in:
@@ -6,5 +6,9 @@ export const marketingConfig: MarketingConfig = {
|
||||
title: "Docs",
|
||||
href: "/docs",
|
||||
},
|
||||
{
|
||||
title: "Discord",
|
||||
href: "/s/discord",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+2
-2
@@ -96,8 +96,8 @@
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 10px;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
background-color: hsla(215, 10%, 77%, 0.548);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user