From 4ae3710629e4ef1c2297efb88b05fb8687fe7e40 Mon Sep 17 00:00:00 2001 From: Hector Correa Date: Tue, 4 Feb 2025 15:56:01 -0500 Subject: [PATCH] Updated to use the correct styles (#1282) * Updated to use the correct styles * Prettier nitpicking --- app/assets/stylesheets/_header.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/assets/stylesheets/_header.scss b/app/assets/stylesheets/_header.scss index af01fe06a..1174a316c 100644 --- a/app/assets/stylesheets/_header.scss +++ b/app/assets/stylesheets/_header.scss @@ -36,6 +36,14 @@ text-decoration: none; } } + + .navbar-contact-us:hover { + text-decoration: underline; + } + + .navbar-faq:hover { + text-decoration: underline; + } } .btn.btn-warning.btn-sm { --bs-btn-bg: white; @@ -45,6 +53,9 @@ color: $black; border: none; } + .btn.btn-warning.btn-sm:hover { + background-color: $princeton-orange-80; + } } .header-row {