2024-06-10 22:42:30 -05:00
|
|
|
html, body {
|
|
|
|
background-color: #333333;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 100%;
|
|
|
|
line-height: 0;
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
2024-06-14 12:27:07 -05:00
|
|
|
* {
|
2024-07-07 23:25:07 -05:00
|
|
|
box-sizing: border-box;
|
2024-06-14 12:27:07 -05:00
|
|
|
line-height: 1;
|
|
|
|
}
|
2024-06-10 22:42:30 -05:00
|
|
|
}
|
2024-07-14 07:24:15 -05:00
|
|
|
|
|
|
|
body {
|
|
|
|
scrollbar-width: thin;
|
|
|
|
scrollbar-color: #777 #333;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 12px;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background: #333;
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background-color: #777;
|
|
|
|
border-radius: 20px;
|
|
|
|
border: 3px solid #333;
|
|
|
|
}
|
2024-07-23 23:27:08 -05:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Cookbook";
|
2024-09-06 21:52:44 -05:00
|
|
|
src: url("/assets/fonts/Cookbook.woff");
|
2024-07-23 23:27:08 -05:00
|
|
|
}
|
2024-07-27 09:47:17 -05:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Joystix";
|
2024-09-06 21:52:44 -05:00
|
|
|
src: url("/assets/fonts/Joystix.woff");
|
2024-07-27 09:47:17 -05:00
|
|
|
}
|