From 31fbb3826ebff064e5efea574cebac8952f7aad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Wed, 24 Jan 2024 18:02:15 -0800 Subject: [PATCH] turns out I forgot how css works --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index bc5f077..145d5b7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -28,7 +28,7 @@ a:hover { color: #999; } -a.back { +a#back { color: #111; }