diff --git a/public/style.css b/public/style.css index ebe1bbe..3179521 100644 --- a/public/style.css +++ b/public/style.css @@ -339,15 +339,7 @@ footer { transition: background-color 0.3s ease; } -.reports-table th { - background-color: var(--table-header-bg); - color: var(--text-color); - font-weight: bold; - padding: 12px; - text-align: left; - border-bottom: 1px solid var(--border-color); -} - +.reports-table th, .reports-table td { padding: 12px; text-align: left; @@ -355,6 +347,12 @@ footer { color: var(--text-color); } +.reports-table th { + background-color: var(--table-header-bg); + color: var(--text-color); + font-weight: bold; +} + .reports-table tr:hover { background-color: var(--table-hover); }