diff --git a/public/style.css b/public/style.css index 82f998b..b094708 100644 --- a/public/style.css +++ b/public/style.css @@ -90,6 +90,7 @@ table tr { table th, table td { padding: 10px; border: 1px solid var(--bright-second); + background: var(--dark-second); color: var(--bright-second); text-align: left; flex-grow: 4; @@ -98,3 +99,12 @@ table th, table td { table td a { color: var(--bright-second); } + +table th { + font-weight: 900; + color: var(--bright-main); +} + +table td { + font-style: italic; +}