diff --git a/src/components/WelcomeWorld.vue b/src/components/WelcomeWorld.vue index 0bded95..558765d 100644 --- a/src/components/WelcomeWorld.vue +++ b/src/components/WelcomeWorld.vue @@ -438,7 +438,23 @@ const showReviewCard = computed(

- +

Stacked notes

Click a link and the next note slides in beside the current one. @@ -447,7 +463,22 @@ const showReviewCard = computed(

- +

Automatic backlinks

Every mention becomes a two-way link. See every note that points @@ -455,7 +486,29 @@ const showReviewCard = computed(

- +

Your files, your Git

Remanso reads GitHub directly. Edit in your favourite editor. @@ -1278,16 +1331,19 @@ main { } .feat-icon { - width: 28px; - height: 28px; + width: 32px; + height: 32px; display: inline-flex; align-items: center; justify-content: center; - font-family: var(--hw-mono); - font-size: 0.75rem; color: var(--hw-pink-deep); border: 1px solid var(--hw-pink); border-radius: 50%; + + svg { + width: 16px; + height: 16px; + } } /* ── Demo notes ─────────────────────────────────────────────── */