diff options
author | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-24 14:18:59 -0700 |
---|---|---|
committer | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-24 14:18:59 -0700 |
commit | 3598ab4ca42d1caf759ba74dbafa175fb63b05d9 (patch) | |
tree | 94af7e8107a1da734e0892a6683138cb43c182a8 /styles/style.css | |
parent | 21ed9dbdfdebc4aef497a9b2ac24e0a0493742d6 (diff) |
Change style on navbar user link
Diffstat (limited to 'styles/style.css')
-rw-r--r-- | styles/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |