update(front): css for results table

This commit is contained in:
rick 2021-09-01 00:48:14 +02:00
parent a0f5500220
commit 869f068057
Signed by: Rick
GPG key ID: 2B593F087240EE99

View file

@ -1,3 +1,11 @@
h1 {
color: red;
}
td, th {
border: 3px solid;
}
tr:nth-child(even) {
background-color: #eee;
}