diff --git a/internal/server/static/style.css b/internal/server/static/style.css index fb17a9e..c17419c 100644 --- a/internal/server/static/style.css +++ b/internal/server/static/style.css @@ -229,6 +229,8 @@ tbody th { thead th { color: var(--text-light); font-weight: 100; + font-size: rem; + font-size: 0.8rem; } th { @@ -287,6 +289,11 @@ a { color: var(--text-light); } +tr a { + text-decoration: underline; + color: var(--primary-color); +} + /* Responsive adjustments */ @media (max-width: 768px) {