mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
make it a webapp
This commit is contained in:
parent
11db12e074
commit
b2ab2ff73e
12 changed files with 3082 additions and 155 deletions
26
static/index.css
Normal file
26
static/index.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue