diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-11 16:20:14 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-11 16:20:14 +0200 |
| commit | 56f6a63ff90d6ad648b99c2d0eea7dd4cd6f888a (patch) | |
| tree | ed034997ae42af8be75a4c0fb26e77c241d976cc /src/layouts/Layout.astro | |
| parent | e3141794b95e534656427fadf0354435c62254d6 (diff) | |
Use MDX instead of markdown
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 18 |
1 files changed, 0 insertions, 18 deletions
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; |
