From 0052850829d2caca1e06e4c25d0f1f068556c086 Mon Sep 17 00:00:00 2001 From: tiankaima Date: Tue, 17 Oct 2023 04:12:29 -0500 Subject: [PATCH] feat: add hover color to main title --- frontend/static/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/static/main.css b/frontend/static/main.css index 7eb232d..a4a5c9e 100644 --- a/frontend/static/main.css +++ b/frontend/static/main.css @@ -110,6 +110,9 @@ table { font-size: 1.25em; color: #aaa; } +.title:hover { + color: #fff; +} h1 { font-size: 1.75em; } @@ -195,4 +198,4 @@ table .narrow { padding: revert; vertical-align: revert; border-radius: revert; -} \ No newline at end of file +}