]> git.dabkitsch.com - jekyll-site.git/commitdiff
updated nav category
authorequilet <2237372+equilet@users.noreply.github.com>
Mon, 13 Feb 2023 21:15:53 +0000 (13:15 -0800)
committerequilet <2237372+equilet@users.noreply.github.com>
Mon, 13 Feb 2023 21:15:53 +0000 (13:15 -0800)
style-colors.css

index a36243d03dfd9f8592baee031982ca15f58c2f64..e1ee2d0835238709273cf7a48fe0fadb591d9528 100644 (file)
@@ -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;
 }