From 1e45a2052edc5bcf2d588e7a61258f7c3ef58e83 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 11:26:33 -0600 Subject: [PATCH] -- --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index b5ff6b7..1592959 100644 --- a/static/style.css +++ b/static/style.css @@ -6,6 +6,10 @@ body { /* background-size: cover; */ } +a { + text-decoration: none; +} + #title { font-size: 1.5em; padding-bottom: 0.25em; -- 2.39.5