mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-26 20:04:48 +01:00
24 lines
361 B
HTML
24 lines
361 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body {
|
|
font-family: "Trebuchet MS", sans-serif;
|
|
}
|
|
|
|
.pass {
|
|
color: white;
|
|
background-color: green;
|
|
}
|
|
|
|
.fail {
|
|
color: white;
|
|
background-color: red;
|
|
}
|
|
|
|
.failReason {
|
|
background-color: rgba(255, 0, 0, 0.3);
|
|
}
|
|
|
|
.failCount {
|
|
color: red;
|
|
}
|
|
</style> |