We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b86393 commit 545b123Copy full SHA for 545b123
src/index.css
@@ -496,3 +496,18 @@ body.dark-mode .watch-area .description span {
496
justify-content: space-evenly;
497
}
498
499
+
500
+/* custom scrollbar */
501
+body::-webkit-scrollbar {
502
+ width: 15px;
503
+}
504
505
+body::-webkit-scrollbar-track {
506
+ background-color: var(--bg-color);
507
508
509
+body::-webkit-scrollbar-thumb {
510
+ background-color: var(--logo);
511
+ border-radius: 50px;
512
+ border: 3px solid var(--bg-color);
513
0 commit comments