From f7132ecb7d0f874c489276b9c96b408d331872a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Gervreau-Mercier?= Date: Fri, 6 Feb 2026 13:26:32 +0100 Subject: [PATCH] CSS fixup --- public/assets/admin.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/public/assets/admin.css b/public/assets/admin.css index da2f766..1cdfdc4 100644 --- a/public/assets/admin.css +++ b/public/assets/admin.css @@ -3,7 +3,6 @@ main { } .filters { - background: #f5f5f5; padding: 1rem; margin-bottom: 2rem; border-radius: 4px; @@ -32,16 +31,16 @@ main { .thesis-table td { padding: 0.75rem; text-align: left; - border-bottom: 1px solid #ddd; + /* border-bottom: 1px solid #ddd; */ } .thesis-table th { - background: #f0f0f0; + /* background: #f0f0f0; */ font-weight: bold; } .thesis-table tr:hover { - background: #f9f9f9; + /* background: #f9f9f9; */ } .thesis-title { @@ -121,7 +120,7 @@ main { } .stat-card { - background: #f5f5f5; + background: darkslateblue; padding: 1rem; border-radius: 4px; min-width: 150px; @@ -130,11 +129,11 @@ main { .stat-number { font-size: 2em; font-weight: bold; - color: #4a90e2; + /* color: #4a90e2; */ } .stat-label { - color: #666; + /* color: #666; */ font-size: 0.9em; }