Skip to content

Commit a3999cf

Browse files
fix(docs-evergreen): Bigger font size in menu (#1325)
1 parent 136b758 commit a3999cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: src/_sass/components/_menu-item.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
width: 100%;
4949
text-align: left;
5050
color: color(gray-800);
51-
font-size: 12px;
51+
font-size: 14px;
5252
line-height: 1.25;
5353
outline: 0;
5454
cursor: pointer;
5555
display: flex;
5656
align-items: center;
57-
padding: 10px 20px;
57+
padding: 5px 20px;
5858

5959
&:hover {
6060
color: color(secondary);
@@ -163,6 +163,8 @@
163163
}
164164

165165
&--highlight {
166+
font-weight: 600;
167+
166168
&::before {
167169
content: "";
168170
display: block;

0 commit comments

Comments
 (0)