You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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;
}