GestionConges-PHP/style.css
Alexandre MOTTIER ac9209740d
CSS update
2023-01-15 21:56:03 +01:00

17 lines
218 B
CSS

table,
td {
border: 1px solid #333;
}
thead,
tfoot {
background-color: #1D4699;
color: #fff;
}
a.button {
padding: 10px 20px;
background-color: blue;
color: white;
text-decoration: none;
}