From c293e20818e9b6dcb601f2a56b71e72653934e96 Mon Sep 17 00:00:00 2001 From: chimchooree Date: Tue, 2 Jan 2024 15:59:03 -0600 Subject: [PATCH] hover links isn't font change anymore --- src/static/css/all.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/css/all.css b/src/static/css/all.css index 54ac317..d2c2cf0 100755 --- a/src/static/css/all.css +++ b/src/static/css/all.css @@ -161,8 +161,8 @@ img { } .top a:hover { color: #A88AA8; - font-family: 'mitochondriaregular', sans-serif; - font-size: .73em; + /*font-family: 'mitochondriaregular', sans-serif;*/ + /*font-size: .73em;*/ font-weight: bold; } .top a:visited {