diff options
| author | Alberto-Duarte <alberto@albertoduarte.com> | 2023-04-25 16:27:11 +0100 |
|---|---|---|
| committer | Alberto-Duarte <alberto@albertoduarte.com> | 2023-04-25 16:27:11 +0100 |
| commit | 66412b7788f49def33fc2143f9e1bd5d25bac261 (patch) | |
| tree | 84b23113389f823533176319c311bed8437be75c /src/styles | |
| parent | 1b3a300173c4531bebf3b88966a1fec64d276440 (diff) | |
added more things jaja
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 12 |
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 |