From e289e9c2f47df751a5d777008cc0801f134e007a Mon Sep 17 00:00:00 2001 From: Taylor Courage Date: Sat, 8 Mar 2025 09:31:29 -0500 Subject: [PATCH] Fixed bug/typo in colour --- styles/primary.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/primary.css b/styles/primary.css index 686361a..ffcfdde 100644 --- a/styles/primary.css +++ b/styles/primary.css @@ -121,7 +121,7 @@ For all the things at the bottom of the page; log in/out, 'my account', etc. } .subNavLink { - border: 1px solid rgb(0, 0, 255)blue; + border: 1px solid rgb(0, 0, 255); border-radius: 3px; box-shadow: 0px 2px 4px; text-decoration: none;