bidouille styles

This commit is contained in:
fra-2107
2024-11-25 19:31:20 -05:00
parent f31862d63b
commit 687a2bbe27
2 changed files with 9 additions and 19 deletions

View File

@ -11,3 +11,12 @@ section {
padding-top: 9rem;
padding-bottom: 9rem;
}
th{
border-color: black;
border-style: solid;
border-width: 1px;
}
th:hover {
background-color: #4fa9e6;
cursor: pointer;
}