diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index 016148d..87c8106 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -137,12 +137,12 @@ body{ } .nav-link{ padding: 0.3rem 0; + font-size: 1.2rem; } .nav-link, .dropdown-item{ color: $light; font-weight: 500; font-family: 'Cabin', sans-serif; - font-size: 1.2rem; text-align: center; transition: height 1s ease; } @@ -169,10 +169,9 @@ body{ } } .dropdown-menu{ - background: $fond-menu; + background: #399975; border-radius: 0 0 0.2rem 0.2rem; border: none; - border-top: solid 1px $light; } .dropdown-item:focus, .dropdown-item:hover{ background: rgba(255,255,255,0.2); diff --git a/css/mon_site.css b/css/mon_site.css index 2a48c96..8bff93d 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -12016,13 +12016,13 @@ body { #menu-principal .nav-link { padding: 0.3rem 0; + font-size: 1.2rem; } #menu-principal .nav-link, #menu-principal .dropdown-item { color: #f8f9fa; font-weight: 500; font-family: 'Cabin', sans-serif; - font-size: 1.2rem; text-align: center; -webkit-transition: height 1s ease; transition: height 1s ease; @@ -12057,10 +12057,9 @@ body { } #menu-principal .dropdown-menu { - background: #087f52; + background: #399975; border-radius: 0 0 0.2rem 0.2rem; border: none; - border-top: solid 1px #f8f9fa; } #menu-principal .dropdown-item:focus, #menu-principal .dropdown-item:hover {