This commit is contained in:
2025-02-06 22:17:43 +05:30
parent eb2031672d
commit 4bda4d1841
10 changed files with 106 additions and 4 deletions

View File

@@ -5,6 +5,11 @@
box-sizing: border-box;
}
body {
overflow-x: auto;
overflow-y: hidden;
}
:root {
/* Color Variables */
--background-color: #c1c2c4;
@@ -379,6 +384,15 @@ body {
transition: background-color 0.3s, border-color 0.3s;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
background-color: #171C24;
border-radius: 0;
}
@media (max-width: 990px) {
/* Adjust text sizes */
body {