From a5dec30d58bbd568c5a515ed2930de956189689c Mon Sep 17 00:00:00 2001 From: Alex Pedro Date: Mon, 29 Apr 2024 21:54:22 -0300 Subject: [PATCH] Ajustes nos estilos e dropDown no navbar --- css/estiloSite.css | 6 ++---- site.php | 12 ++++++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/css/estiloSite.css b/css/estiloSite.css index db14f4b..b16a447 100644 --- a/css/estiloSite.css +++ b/css/estiloSite.css @@ -9,16 +9,14 @@ body{ } .navbar-toggle{ - background-color: aliceblue; - border: 5px solid rgb(40, 86, 179); + background-color: #007aff; + border: 5px solid rgb(48, 40, 179); } .navbar-nav > li > a:hover{ color: white; background-color: transparent !important; - text-decoration: underline; border-bottom: 5px solid #00205f; - text-decoration: none; box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); transition: all 0.2s ease-in-out; } diff --git a/site.php b/site.php index 1573715..c7affe7 100644 --- a/site.php +++ b/site.php @@ -17,12 +17,12 @@