1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

further code cleanup

This commit is contained in:
NoobishSVK
2024-01-22 21:57:20 +01:00
parent e8a3cb4903
commit 8d18c238b5
7 changed files with 70 additions and 57 deletions

View File

@@ -19,6 +19,26 @@
color: inherit;
}
/* width */
::-webkit-scrollbar {
width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
background: var(--color-1);
}
/* Handle */
::-webkit-scrollbar-thumb {
background: var(--color-2);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: var(--color-3);
}
body {
font-family: 'Titillium Web', sans-serif;
color: white;
@@ -35,7 +55,6 @@ body {
max-width: 1240px;
}
@media (max-width: 960px) {
#wrapper {
position: static;