From: equilet <2237372+equilet@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:15:53 +0000 (-0800) Subject: updated nav category X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=60bcfa00c11e4616e12d8551590f8cb54f9292b7;p=jekyll-site.git updated nav category --- diff --git a/style-colors.css b/style-colors.css index a36243d..e1ee2d0 100644 --- a/style-colors.css +++ b/style-colors.css @@ -36,8 +36,12 @@ h2 { color:#d871d7; } -h3 { - color:#1e6b5c; +.nav-cat a { + /*color:#1e6b5c;*/ + color:#2f88c6; +} +.nav-cat a:hover { + color:#d87107; } #jeffrey-m-lubow { @@ -50,6 +54,9 @@ h3 { color:#fff; } +.date { + color:#1c6a24; +} .post-list-date { color:#3a84a0; }