19 lines
289 B
CSS
19 lines
289 B
CSS
span.text-system{color:#909090;}
|
|
span.c_dawn{color:#ffe082;}
|
|
span.c_dusk{color:#f6a1bd;}
|
|
span.bold{font-weight:bold;}
|
|
|
|
button.warn {
|
|
background-color:#471414;
|
|
color:#e0e0e0;
|
|
}
|
|
button.active{
|
|
color:#d0b040;
|
|
}
|
|
|
|
span.monospace {font-family:monospace;}
|
|
|
|
a {
|
|
cursor: pointer;
|
|
}
|