CSS update

This commit is contained in:
Alexandre MOTTIER 2023-01-15 21:56:03 +01:00
parent 61c8fdc536
commit ac9209740d
Signed by: am
GPG Key ID: AF5BF6F50334C605
2 changed files with 6 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -8,3 +8,9 @@ tfoot {
background-color: #1D4699; background-color: #1D4699;
color: #fff; color: #fff;
} }
a.button {
padding: 10px 20px;
background-color: blue;
color: white;
text-decoration: none;
}