Skip to content

Commit 7d84d25

Browse files
💄 Default scrollbar
1 parent 3773b64 commit 7d84d25

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

styles/globals.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,6 @@ a {
4040
text-decoration: none;
4141
}
4242

43-
/* Scrollbar Styles */
44-
::-webkit-scrollbar {
45-
width: 0.6em;
46-
}
47-
48-
::-webkit-scrollbar-track {
49-
background: #2b3531;
50-
border-radius: 10px;
51-
}
52-
53-
::-webkit-scrollbar-thumb {
54-
background: #40ddff;
55-
border-radius: 10px;
56-
}
57-
58-
.button {
59-
/* @apply bg-gradient-to-r from-primary-1 via-primary-2 to-primary-3 text-black; */
60-
}
61-
6243
.btn-clip {
6344
clip-path: polygon(
6445
12px 0px,

0 commit comments

Comments
 (0)