We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a505c4 commit a7680deCopy full SHA for a7680de
_sass/_menu.scss
@@ -137,7 +137,7 @@ menu {
137
padding-top: 8px;
138
line-height: 120%;
139
display: inline-block;
140
- font-weight: 600;
+ font-weight: 500;
141
text-decoration: none;
142
font-size: 1em;
143
@@ -150,7 +150,7 @@ menu {
150
text-indent 0.1s ease-out;
151
152
&.no-path {
153
154
cursor: default;
155
color: $clr-menu-heading-1 !important;
156
}
@@ -174,7 +174,7 @@ menu {
174
&:before {
175
opacity: 0.2;
176
display: block;
177
- content: "->";
+ content: ">";
178
font-family: $font-mono;
179
180
position: absolute;
0 commit comments