aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css
index e0545a1..92325b4 100644
--- a/src/index.css
+++ b/src/index.css
@@ -77,3 +77,13 @@ body {
a {
@apply hover:underline hover:cursor-pointer;
}
+::-webkit-scrollbar {
+ background-color: #1c1917;
+ width: 12px;
+ height: 12px;
+}
+::-webkit-scrollbar-thumb {
+ background: #ca8a04;
+ border-radius: 5px;
+ border: 3px solid #1c1917;
+}