From 6edd2bf99bde01af3f55bfe49377af1ef56cfec2 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:56:26 -0800 Subject: [PATCH] h3 nav-cat hover --- style-colors.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style-colors.css b/style-colors.css index e1ee2d0..47cd7de 100644 --- a/style-colors.css +++ b/style-colors.css @@ -36,12 +36,16 @@ h2 { color:#d871d7; } +h3 { + color:#b1d1e6; +} + .nav-cat a { /*color:#1e6b5c;*/ color:#2f88c6; } .nav-cat a:hover { - color:#d87107; + color:#f4c715; } #jeffrey-m-lubow { -- 2.34.1