From 24c0889e9f1904f35cd4b153381283de09ae5dad Mon Sep 17 00:00:00 2001 From: Gigi Date: Thu, 9 Oct 2025 15:56:47 +0100 Subject: [PATCH] refactor: add subtle border to publication date - Add subtle white border with 20% opacity - Rounded corners (6px border-radius) - Helps define the date element without being too prominent --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index e0af17ba..41cb6119 100644 --- a/src/index.css +++ b/src/index.css @@ -550,6 +550,8 @@ body { color: #fff; padding: 0.4rem 0.75rem; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); + border: 1px solid rgba(255, 255, 255, 0.2); + border-radius: 6px; z-index: 10; }