From 32ea7a004a418b6d312f41a6234dcef77b7a7bb2 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 21 Jan 2026 18:55:59 +0100 Subject: New retro design for most of the site --- src/layouts/BlogSingleLayout.astro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/layouts/BlogSingleLayout.astro') diff --git a/src/layouts/BlogSingleLayout.astro b/src/layouts/BlogSingleLayout.astro index 3e0c616..70b62c2 100644 --- a/src/layouts/BlogSingleLayout.astro +++ b/src/layouts/BlogSingleLayout.astro @@ -95,11 +95,9 @@ const schema = { small { display: block; - margin-bottom: 2rem; - padding-bottom: 1.5rem; + margin-bottom: 1.5rem; font-size: 0.95rem; color: hsl(209, 20%, 50%); - border-bottom: 2px solid rgba(0, 102, 204, 0.15); } time { @@ -133,7 +131,6 @@ const schema = { font-family: v.$monoFontStack; text-decoration: none; box-shadow: none !important; - transition: all 0.2s ease; &:hover { background-color: rgba(0, 153, 255, 0.2); -- cgit v1.3