|
45 | 45 | display: flex; |
46 | 46 | word-break: break-all; |
47 | 47 | align-items: center; |
48 | | - font-size: 20px; |
| 48 | + font-size: 1.25rem; |
49 | 49 | line-height: 28px; |
50 | | - font-family: "Open Sans", sans-serif; |
| 50 | + /* font-family: "Open Sans", sans-serif; */ |
| 51 | + font-family: "Source Sans Pro", sans-serif; |
51 | 52 | color: var(--color-brand-gray1); |
52 | 53 | font-weight: var(--weight-semibold); |
53 | 54 | } |
|
97 | 98 | .nav-menu .nav-list li a { |
98 | 99 | font-size: 0.875rem; |
99 | 100 | font-weight: var(--weight-normal); |
| 101 | + font-family: "Source Sans Pro", sans-serif; |
100 | 102 | } |
101 | 103 |
|
102 | 104 | .nav-menu > .nav-list { |
|
179 | 181 |
|
180 | 182 | .nav-menu .nav-item.is-current-page > .nav-line > a.nav-link { |
181 | 183 | color: var(--color-text); |
182 | | - font-weight: var(--weight-medium); |
| 184 | + font-weight: var(--weight-semibold); |
183 | 185 | } |
184 | 186 |
|
| 187 | +.nav-item.open.is-active[data-depth="1"] .in-toggle[data-depth='1'], |
185 | 188 | .nav-item.is-current-path.is-active[data-depth='1'] .in-toggle[data-depth='1'], |
186 | 189 | .nav-item.is-current-page.is-active[data-depth='1'] .in-toggle[data-depth='1'], |
187 | 190 | .nav-item.is-current-path.is-active[data-depth='2'] .in-toggle[data-depth='2'], |
@@ -299,7 +302,8 @@ html.is-clipped--nav { |
299 | 302 | /* flex-direction: row-reverse; */ |
300 | 303 | } |
301 | 304 |
|
302 | | -.nav-line[data-depth="1"] .nav-link { |
| 305 | +.nav-line[data-depth="1"] .nav-link, |
| 306 | +.nav-line[data-depth="1"] .nav-text { |
303 | 307 | /* color: var(--color-brand-gray4); */ |
304 | 308 | color: var(--color-brand-black); |
305 | 309 | font-size: var(--font-base); |
|
0 commit comments