mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-20 00:29:34 +05:30
27 lines
373 B
CSS
27 lines
373 B
CSS
body {
|
|
font-family: "Montserrat", sans-serif;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #ffffff;
|
|
color: #333333;
|
|
}
|
|
|
|
main {
|
|
padding: 60px 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 5px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #171C24;
|
|
border-radius: 0;
|
|
}
|
|
|
|
body {
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
}
|