From a9e763a9bf0fb70456f58d1d82aa6325f30667d1 Mon Sep 17 00:00:00 2001 From: Heath C <1heathcliffcs@gmail.com> Date: Wed, 25 Dec 2024 10:39:27 -0600 Subject: [PATCH] new style in style.css --- style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 8c3ac8d..f7398c7 100644 --- a/style.css +++ b/style.css @@ -104,6 +104,14 @@ nav { color: var(--primary); } +nav a.active { + color: #007BFF; +} + +nav a:hover { + text-decoration: underline; +} + /* Section Styles */ section { padding: 5rem 0; @@ -276,4 +284,4 @@ footer { width: 250px; height: 250px; } -} \ No newline at end of file +}