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 27cb6a5 commit 8f7cdaf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 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 All @@ -52,6 +51,7 @@ $c: map.get($container-max-widths, 'xxl');
}

button.user-profile {
padding: 0;
display: flex;
align-items: center;

Expand All @@ -69,11 +69,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 8f7cdaf

Please sign in to comment.