Fixed bug/typo in colour

This commit is contained in:
Taylor Courage 2025-03-08 09:31:29 -05:00
parent 8075070b26
commit e289e9c2f4

View File

@ -121,7 +121,7 @@ For all the things at the bottom of the page; log in/out, 'my account', etc.
} }
.subNavLink { .subNavLink {
border: 1px solid rgb(0, 0, 255)blue; border: 1px solid rgb(0, 0, 255);
border-radius: 3px; border-radius: 3px;
box-shadow: 0px 2px 4px; box-shadow: 0px 2px 4px;
text-decoration: none; text-decoration: none;