From f9fca8c044de2bd35aad958ac9cfc7f72b6d92cd Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 10 Jan 2026 19:21:29 +0900 Subject: [PATCH] Make a better LIGHT-MODE table styling --- static/styles.css | 7 +++++++ templates/dashboard.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index dca250d..c18f1d3 100644 --- a/static/styles.css +++ b/static/styles.css @@ -172,6 +172,13 @@ button[type='button']:hover, flex-shrink: 0; } +/* Bootstrap-Friendly Table Design */ +table { + font-size: 15px; +} +table tr td { + font-weight: light; +} /* Styled select for forms */ .fancy-select, diff --git a/templates/dashboard.html b/templates/dashboard.html index a6c65bc..26790ab 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -77,7 +77,7 @@ - +
Filename Code