tweak alert styles a bit

This commit is contained in:
Nathan McCarty 2025-02-09 07:52:44 -05:00
parent 1d91c51084
commit 25920def74

View file

@ -12,7 +12,7 @@
color: var(--fg-1);
padding: 0.5rem;
border-radius: 1rem;
border: solid 0.5rem;
border: solid 0.35rem;
margin-top: var(--box-margin-vert);
margin-bottom: var(--box-margin-vert);
}
@ -29,8 +29,6 @@
.warning .title p,
.caution .title p {
font-size: 0;
display: inline-block;
position: relative;
}
.note .title p::before,
.tip .title p::before,
@ -38,8 +36,7 @@
.warning .title p::before,
.caution .title p::before {
font-family: 'boxicons' !important;
font-size: 3rem;
display: inline-block;
font-size: 4rem;
}
/* Notes */