GestionConges-PHP/style.css
Alexandre MOTTIER 44e8d2d357
Update CSS
2023-01-15 21:57:07 +01:00

18 lines
224 B
CSS

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