static: highlight table rows when hovering with mouse

This commit is contained in:
coon 2023-12-05 02:58:47 +01:00
parent 19533e5d01
commit 8fe3dae1b8

View file

@ -105,6 +105,10 @@ table tr:nth-child(even) td {
background-color: #490b00; background-color: #490b00;
} }
table tr:hover td {
background-color: #354158 !important; /* TODO: remove !important */
}
#flexbox-container { #flexbox-container {
display: flex; display: flex;
flex-direction: column; flex-direction: column;