Update CSS

This commit is contained in:
Alexandre MOTTIER 2023-01-15 22:33:10 +01:00
parent fbb806123f
commit 1361815ceb
Signed by: am
GPG Key ID: AF5BF6F50334C605
2 changed files with 5 additions and 5 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -1,3 +1,8 @@
button {
padding: 10px 20px;
background-color: blue;
color: white;
}
table, table,
td { td {
border: 1px solid #333; border: 1px solid #333;
@ -8,8 +13,3 @@ tfoot {
background-color: #1D4699; background-color: #1D4699;
color: #fff; color: #fff;
} }
button {
padding: 10px 20px;
background-color: blue;
color: white;
}