jon/static/jon.css
2022-12-08 18:06:15 +01:00

16 lines
215 B
CSS

body {
font-family: Arial, Helvetica, sans-serif;
}
table {
border-collapse: collapse;
}
th, td {
padding: .2em .4em;
}
tr:not(:first-child):hover, tbody tr:hover {
background-color: lightblue;
}