mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-20 00:29:34 +05:30
v4.2.11
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user