fix: better alerts and well
This commit is contained in:
parent
57d1103fb5
commit
0041ab267e
1 changed files with 15 additions and 2 deletions
|
@ -1,5 +1,18 @@
|
||||||
.alert {
|
.well,
|
||||||
border-radius: var(--card-radius);
|
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 {
|
.alert {
|
||||||
|
|
Loading…
Add table
Reference in a new issue