diff --git a/css/app.css b/css/app.css index 6c1d16a..ad0475f 100755 --- a/css/app.css +++ b/css/app.css @@ -4563,16 +4563,14 @@ meta.foundation-mq-topbar { .top-bar-section .has-dropdown > a { padding-right: 2.5rem !important; } .top-bar-section .has-dropdown > a:after { - border: inset 5px; content: ""; display: block; height: 0; width: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; - border-top: 5px solid #333333; - margin-top: -2.5px; - top: 3.125rem; } + border-top: 5px solid #cccccc; + margin-top: -2.5px; } .top-bar-section .has-dropdown.moved { position: relative; } .top-bar-section .has-dropdown.moved > .dropdown {