sts/assets/themes/default/main.css
whotookelburg 443887dc10 more shit
2023-01-26 23:08:50 +00:00

22 lines
265 B
CSS

body {
background-color: #262631;
color: white;
}
a:link {
color: cyan;
}
a:visited{
color: mediumpurple;
}
a:hover {
color: rebeccapurple;
}
sts-icon.bracket {
color: #4f4f4f;
}
sts-icon.s{
color: darkolivegreen;
}
sts-icon.t{
color: saddlebrown;
}