Skip to content

Commit 9cb78b3

Browse files
refactor(docs-evergreen): Re-skin on this page section (#1283)
* refactor(docs-evergreen): Re-skin on this page section * fix: colors
1 parent dffd6f7 commit 9cb78b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/_sass/components/_destination-menu.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
&__title {
33
font-weight: 500;
44
padding-bottom: 10px;
5-
font-size: 14px;
5+
font-size: 12px;
66
}
77

88
&__list {

src/_sass/components/_menu-side.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
&__link {
1414
display: block;
15-
font-size: 14px;
16-
color: color(gray-700);
15+
font-size: 12px;
16+
color: color(gray-600);
1717
line-height: 1.25;
1818

1919
&:hover {
2020
text-decoration: none;
21-
color: color(gray-800);
21+
color: color(gray-700);
2222
}
2323

2424
&--active {

0 commit comments

Comments
 (0)