mirror of
https://github.com/servo/servo
synced 2026-05-03 21:02:19 +02:00
13 lines
168 B
CSS
13 lines
168 B
CSS
.pass {
|
|
font-weight: bold;
|
|
color: green;
|
|
}
|
|
.fail {
|
|
font-weight: bold;
|
|
color: red;
|
|
}
|
|
#console {
|
|
white-space: pre-wrap;
|
|
font-family: monospace;
|
|
}
|