From 67b6f22fb0a720a3932b1e48517f400c9d0d07f6 Mon Sep 17 00:00:00 2001 From: ngn Date: Thu, 21 Mar 2024 20:30:35 +0300 Subject: [PATCH] update: change style and color for the table --- public/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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; +}