From 006cea5268fee957cdfbab67f6dd1826c2ae8f81 Mon Sep 17 00:00:00 2001 From: rhayes7 Date: Tue, 30 Jul 2024 17:37:28 -0700 Subject: [PATCH] changing font color --- public/css/hyde.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/hyde.css b/public/css/hyde.css index 1518e3b..e89a457 100644 --- a/public/css/hyde.css +++ b/public/css/hyde.css @@ -85,7 +85,7 @@ html { /* About section */ .sidebar-about h1 { - color: #F48B2B; + color: #60CDB6; margin-top: 0; font-family: "PT Sans", Helvetica, Arial, sans-serif; font-size: 2.0rem; /*change this for a smaller or bigger title in the sidebar */