diff --git a/public/styles/tables.css b/public/styles/tables.css index f3e3e04..7b2b2eb 100644 --- a/public/styles/tables.css +++ b/public/styles/tables.css @@ -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;