fix: better alerts and well

This commit is contained in:
Kazhnuz 2024-09-10 22:40:08 +02:00
parent 57d1103fb5
commit 0041ab267e

View file

@ -1,5 +1,18 @@
.alert {
border-radius: var(--card-radius);
.well,
blockquote,
pre,
.alert,
.code {
border: 0;
border-radius: var(--well-radius);
margin: 0 0 1rem 0;
padding: 1rem .75rem 1rem .75rem;
max-width: 100%;
background-color: var(--color-background-alt);
}
pre, .code {
font-family: var(--font-family-monospace);
}
.alert {