Skip to content

Commit 0fec902

Browse files
committed
fixes
1 parent 5a1aa78 commit 0fec902

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

apps/svelte.dev/src/routes/_home/Hero.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
padding: 0.35em 0.8em;
9696
font-family: var(--sk-font-ui);
9797
font-size: var(--sk-font-size-ui-medium);
98-
letter-spacing: 0.05em;
9998
font-weight: 600;
10099
white-space: nowrap;
101100
border-radius: var(--sk-border-radius);

packages/site-kit/src/lib/nav/Menu.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@
396396
margin: 0.3rem 0;
397397
height: 4rem;
398398
color: var(--sk-text-2);
399+
font-size: var(--sk-font-size-ui-medium);
399400
}
400401
401402
.universal .contents,

packages/site-kit/src/lib/nav/Nav.svelte

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,17 @@ Top navigation bar for the application. It provides a slot for the left side, th
159159
background: linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent);
160160
}
161161
162+
a {
163+
font-size: var(--sk-font-size-ui-medium);
164+
}
165+
162166
.current-section {
163167
display: flex;
164168
align-items: center;
165-
font-size: 0.8em;
166169
color: var(--sk-text-3);
167170
margin-left: 0.4em;
168171
padding: 0.1rem 0 0 0;
172+
font-size: var(--sk-font-size-ui-small);
169173
}
170174
171175
@media (max-width: 800px) {
@@ -282,6 +286,7 @@ Top navigation bar for the application. It provides a slot for the left side, th
282286
283287
.appearance .caption {
284288
display: block;
289+
font-size: var(--sk-font-size-ui-medium);
285290
}
286291
287292
nav :global(.large) {

0 commit comments

Comments
 (0)