Scripts/resources/[ss]/ss-jobcenter/html/style.css
2024-12-29 21:01:18 +01:00

18 lines
361 B
CSS

/* Color choices, change here - not further down */
:root {
--textcolor: #fff;
--textsub: #ffffff57;
--texthighlight: #33F9B1;
--tabscolor: #08070c69;
--textred: #f11c51;
}
/* Don't touch */
html, body {
height: 100%;
display: none;
justify-content: center;
align-items: center;
cursor: default;
user-select: none;
}