Skip to content

Commit

Permalink
πŸ’„ adjust mobile link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Feb 23, 2024
1 parent bb59025 commit 891ffd3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions frontend/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ $c: map.get($container-max-widths, 'xxl');
position: relative;
}

a:not(.dropdown-item),
a,
button.btn-link {
display: block;
color: var(--bs-emphasis-color);
padding: 0;

&:hover {
text-decoration: none;
Expand Down Expand Up @@ -69,11 +68,6 @@ $c: map.get($container-max-widths, 'xxl');
position: relative;
border-bottom: 1px var(--bs-border-color-translucent) solid;

ul.nav-ul,
ul.nav-menu {
z-index: 1046;
}

ul.nav-menu {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 891ffd3

Please sign in to comment.