more shit
This commit is contained in:
parent
3d93375bf4
commit
443887dc10
13 changed files with 170 additions and 24 deletions
22
assets/themes/default/main.css
Normal file
22
assets/themes/default/main.css
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue