mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
12 lines
168 B
CSS
12 lines
168 B
CSS
.pass {
|
|
font-weight: bold;
|
|
color: green;
|
|
}
|
|
.fail {
|
|
font-weight: bold;
|
|
color: red;
|
|
}
|
|
#console {
|
|
white-space: pre-wrap;
|
|
font-family: monospace;
|
|
}
|