From 7f2438610e35ea0db8f1102b7f76bbcab839cdc5 Mon Sep 17 00:00:00 2001 From: bronku Date: Sun, 6 Apr 2025 00:47:17 +0200 Subject: [PATCH] updated gitignore --- internal/server/static/style.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/internal/server/static/style.css b/internal/server/static/style.css index f416567..fb17a9e 100644 --- a/internal/server/static/style.css +++ b/internal/server/static/style.css @@ -220,16 +220,18 @@ thead { border-bottom: 1px black; } -tbody { - color: var(--text-light); + +tbody th { + font-weight: 300; + color: var(--text-color); } thead th { - font-weight: 500; + color: var(--text-light); + font-weight: 100; } th { - font-weight: 200; text-align: left; padding: 1rem; /* color: var(--primary-dark); */