diff options
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; |
