Skip to content

Commit fcb5750

Browse files
authored
Update App.svelte
made the fonts larger and heavier for improved readability of the example
1 parent 220fb5e commit fcb5750

File tree

1 file changed

+5
-0
lines changed
  • apps/svelte.dev/content/tutorial/01-svelte/04-logic/04-each-blocks/+assets/app-b/src/lib

1 file changed

+5
-0
lines changed

apps/svelte.dev/content/tutorial/01-svelte/04-logic/04-each-blocks/+assets/app-b/src/lib/App.svelte

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<style>
2020
h1 {
2121
transition: color 0.2s;
22+
font-size: 2rem;
23+
font-weight: 700;
2224
}
2325
2426
div {
@@ -35,6 +37,9 @@
3537
transform: translate(-2px,-2px);
3638
filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
3739
transition: all 0.1s;
40+
color: black;
41+
font-weight: 700;
42+
font-size: 2rem;
3843
}
3944
4045
button[aria-current="true"] {

0 commit comments

Comments
 (0)