Skip to content

Commit a7680de

Browse files
authored
Update _menu.scss
1 parent 1a505c4 commit a7680de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_sass/_menu.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ menu {
137137
padding-top: 8px;
138138
line-height: 120%;
139139
display: inline-block;
140-
font-weight: 600;
140+
font-weight: 500;
141141
text-decoration: none;
142142
font-size: 1em;
143143

@@ -150,7 +150,7 @@ menu {
150150
text-indent 0.1s ease-out;
151151

152152
&.no-path {
153-
font-weight: 600;
153+
font-weight: 500;
154154
cursor: default;
155155
color: $clr-menu-heading-1 !important;
156156
}
@@ -174,7 +174,7 @@ menu {
174174
&:before {
175175
opacity: 0.2;
176176
display: block;
177-
content: "->";
177+
content: ">";
178178
font-family: $font-mono;
179179
font-size: 1em;
180180
position: absolute;

0 commit comments

Comments
 (0)