From a9dc10717680cc2eed89fd5f29349de37800a81f Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 5 Jun 2026 17:16:29 +0200 Subject: [PATCH] feat: status-indicator on now-label --- src/pages/index.astro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 20b1a2a..83c3074 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -38,7 +38,9 @@ const avatarSize = 150 - now + + now + {now.title} @@ -93,6 +95,7 @@ const avatarSize = 150 &.primary { border: 1px solid rgba(255, 255, 255, 0.2); + border-style: dotted; border-radius: 40px; } }