mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
26 lines
275 B
CSS
26 lines
275 B
CSS
html {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
th,
|
|
td {
|
|
border: 1px solid;
|
|
margin: 0;
|
|
}
|
|
|
|
.error {
|
|
background-color: lightcoral;
|
|
}
|
|
|
|
.pass {
|
|
background-color: greenyellow;
|
|
}
|
|
|
|
.missing {
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.build-info-a {
|
|
color: black;
|
|
text-decoration: none;
|
|
}
|