aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/globals.css
diff options
context:
space:
mode:
authorAlberto-Duarte <alberto@albertoduarte.com>2023-04-25 16:27:11 +0100
committerAlberto-Duarte <alberto@albertoduarte.com>2023-04-25 16:27:11 +0100
commit66412b7788f49def33fc2143f9e1bd5d25bac261 (patch)
tree84b23113389f823533176319c311bed8437be75c /src/styles/globals.css
parent1b3a300173c4531bebf3b88966a1fec64d276440 (diff)
added more things jaja
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