aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/BlogSingleLayout.astro
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-01-21 18:55:59 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-01-21 18:55:59 +0100
commit32ea7a004a418b6d312f41a6234dcef77b7a7bb2 (patch)
treeb31e1b338c1ada00fd38111b7db5b9db2a7b42da /src/layouts/BlogSingleLayout.astro
parentde4b57a0ac02c9365d6dea799ec34cf0a679069e (diff)
New retro design for most of the site
Diffstat (limited to 'src/layouts/BlogSingleLayout.astro')
-rw-r--r--src/layouts/BlogSingleLayout.astro5
1 files changed, 1 insertions, 4 deletions
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);