Skip to content

Commit 9baa7c3

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

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

‎frontend/styles/header.scss

+1-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;
@@ -69,11 +68,6 @@ $c: map.get($container-max-widths, 'xxl');
6968
position: relative;
7069
border-bottom: 1px var(--bs-border-color-translucent) solid;
7170

72-
ul.nav-ul,
73-
ul.nav-menu {
74-
z-index: 1046;
75-
}
76-
7771
ul.nav-menu {
7872
display: flex;
7973
flex-direction: column;

0 commit comments

Comments
 (0)