aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/globals.css')
-rw-r--r--src/styles/globals.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index fd81e88..9fbd6c7 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -17,11 +17,9 @@
}
body {
- color: rgb(var(--foreground-rgb));
- background: linear-gradient(
- to bottom,
- transparent,
- rgb(var(--background-end-rgb))
- )
- rgb(var(--background-start-rgb));
+ background-color: black;
}
+
+ ::-webkit-scrollbar {
+ width: 0px;
+} \ No newline at end of file