huge changes
diff --git a/styles/globals.css b/styles/globals.css
index 1b39e04..4fac2dc 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -9,10 +9,35 @@
}
html {
- background-color: var(--theme-ui-colors-background);
+ /* background-color: var(--theme-ui-colors-background); */
transition: background-color 0.3s ease-in-out;
+ background-color: #000000 !important;
+ transition: 0.3s ease-in-out border-radius;
+ border-radius: 0px;
+}
+body {
+ background-color: var(--theme-ui-colors-background);
+ overflow: hidden;
+ overflow-y: auto;
+ transition: 0.3s ease-in-out border-radius;
+ padding-bottom: 0;
+ border-radius: 25px;
}
+body {
+ height: 100%;
+ overflow: hidden;
+}
+html {
+ position: absolute;
+ top: 42px;
+ height: calc(100vh -42px + 1px);
+ overflow-y: auto;
+ scrollbar-width: none;
+}
+html::-webkit-scrollbar {
+ display: none;
+}
a {
text-decoration: none;