From 73074ce29709503c83a52cd15437e3aa3265d732 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sat, 31 May 2025 16:21:42 -0500 Subject: Add May update --- static/css/common.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static') diff --git a/static/css/common.css b/static/css/common.css index 7f76b72..e96f636 100644 --- a/static/css/common.css +++ b/static/css/common.css @@ -72,6 +72,10 @@ a { color: #46555e; } +a:hover { + color: #212a30; +} + /* header */ #header { @@ -109,6 +113,11 @@ a { } +.nav-bar-item a:hover { + background-color: rgb(187, 221, 206); +} + + #header > nav > span > a { font-size: 1.2rem; } -- cgit v1.2.3