survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit 3efe6fa5e2e8bb1f9df2460e1fc5040c86b7750e
parent bba0c54cc8447fb0161ec1bf7a1e46a8862b8c2b
Author: Andrew <andreww107@gmail.com>
Date:   Sun, 16 Dec 2018 21:22:41 -0500

Update navbar.php
Diffstat:
Mwebsite/res/navbar.php | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/website/res/navbar.php b/website/res/navbar.php @@ -26,14 +26,15 @@ if (isset($_SESSION['username'])) { float: left; font-size: 16px; color: #000; - background-color: lightblue; + background-color: white; text-align: center; padding: 10px 16px; text-decoration: none; } .nav a:hover, .drop:hover .dropbtn { - background-color: blue; + background-color: rgb(3,83,136); + color: white; } </style> <div class=navbox>