From 3598ab4ca42d1caf759ba74dbafa175fb63b05d9 Mon Sep 17 00:00:00 2001 From: Cflip <36554078+cflip@users.noreply.github.com> Date: Sun, 24 Jan 2021 14:18:59 -0700 Subject: Change style on navbar user link --- styles/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'styles') diff --git a/styles/style.css b/styles/style.css index fe7c56c..29ed200 100644 --- a/styles/style.css +++ b/styles/style.css @@ -76,16 +76,16 @@ a:hover { max-height: 600px; } -nav a { +.nav_button { background-color: #00728B; border: 1px solid black; - color: #FFF; + color: white; padding: 3px; text-decoration: none; } -nav a:hover { - color: #FFF; +.nav_button:hover { + color: white; background-color: #009FC1; } -- cgit v1.2.3