Skip to content

Commit baf0370

Browse files
committed
💄 adjust mobile link colors
1 parent 8a87719 commit baf0370

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

‎frontend/styles/header.scss

+2-7
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ $c: map.get($container-max-widths, 'xxl');
2828
position: relative;
2929
}
3030

31-
a:not(.dropdown-item),
31+
a,
3232
button.btn-link {
3333
display: block;
3434
color: var(--bs-emphasis-color);
35-
padding: 0;
3635

3736
&:hover {
3837
text-decoration: none;
@@ -52,6 +51,7 @@ $c: map.get($container-max-widths, 'xxl');
5251
}
5352

5453
button.user-profile {
54+
padding: 0;
5555
display: flex;
5656
align-items: center;
5757

@@ -69,11 +69,6 @@ $c: map.get($container-max-widths, 'xxl');
6969
position: relative;
7070
border-bottom: 1px var(--bs-border-color-translucent) solid;
7171

72-
ul.nav-ul,
73-
ul.nav-menu {
74-
z-index: 1046;
75-
}
76-
7772
ul.nav-menu {
7873
display: flex;
7974
flex-direction: column;

0 commit comments

Comments
 (0)