From 56f6a63ff90d6ad648b99c2d0eea7dd4cd6f888a Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 11 Apr 2025 16:20:14 +0200 Subject: Use MDX instead of markdown --- src/layouts/Layout.astro | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/layouts') diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index ff3a6cc..5ef87ac 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -110,24 +110,6 @@ const urlWithoutLocale = getUrlWithoutLocale(Astro.url.pathname); font-family: $monoFontStack; } - div[role="alert"] { - padding: 1rem; - margin-block: 1rem; - border-radius: 0.5rem; - - &.note { - background-color: $noteBackground; - color: $noteText; - box-shadow: 0 0 0 1px $noteText; - } - - &.warning { - background-color: $warningBackground; - color: $warningText; - box-shadow: 0 0 0 1px $warningText; - } - } - main { box-sizing: border-box; margin-bottom: auto; -- cgit v1.3