Skip to content

Commit d850319

Browse files
authored
Merge pull request #1 from laelhalawani/patch-2
tutorial: Update App.svelte in a and b examples to make display more readable
2 parents fcb5750 + 0f53769 commit d850319

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636

3737
<style>
3838
h1 {
39+
font-size: 2rem;
40+
font-weight: 700;
3941
transition: color 0.2s;
4042
}
4143
@@ -53,6 +55,9 @@
5355
transform: translate(-2px,-2px);
5456
filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
5557
transition: all 0.1s;
58+
color: black;
59+
font-weight: 700;
60+
font-size: 2rem;
5661
}
5762
5863
button[aria-current="true"] {

0 commit comments

Comments
 (0)