Style tables

This commit is contained in:
Korbs 2024-12-09 17:09:23 -05:00
parent feb4bedfac
commit 8f47cf575e

View file

@ -86,6 +86,39 @@ body {
}
}
table {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
td,
th {
border: 1px solid transparent;
padding: 8px;
}
tr:nth-child(odd) {
background-color: transparent;
}
tr:nth-child(even) {
background-color: transparent;
}
tr:hover {
background-color: transparent;
}
th {
padding-top: 12px;
padding-bottom: 12pqx;
text-align: left;
background-color: transparent;
color: white;
}
}
* {
::-webkit-scrollbar {
width: 0px;