css tweaks

This commit is contained in:
Greg Gauthier 2025-01-16 19:43:58 +00:00
parent 2a3c5ddf02
commit 14b8aeaca7

View File

@ -100,6 +100,7 @@
}
header {
width: 100%;
position: sticky;
top: 0;
padding: 1px 1px;
@ -227,7 +228,7 @@ th, td {
}
tr:hover {
background-color: #23dc66;
background-color: #1c532f;
color: black;
}