Skip to content

Commit

Permalink
Hover color change
Browse files Browse the repository at this point in the history
  • Loading branch information
clr-li committed Apr 14, 2024
1 parent 70aeb2a commit 43cfe4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/styles/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
background-color: rgba(220, 228, 235);
}
.table-wrapper th:hover {
color: var(--accent);
color: var(--primary);
}
.table-wrapper tr:first-child th:first-child {
border-top-left-radius: 10px;
Expand Down

0 comments on commit 43cfe4a

Please sign in to comment.