feat: normalize admoniations (#1810)

This commit is contained in:
Sebastian Beltran
2025-03-18 08:44:11 -05:00
committed by GitHub
parent 26d0b1f301
commit 29d6e0b1ca
13 changed files with 58 additions and 18 deletions

View File

@@ -492,6 +492,13 @@ html[xmlns] .clearfix {
margin: 0;
}
.doc-title {
display: flex;
align-items: center;
gap: 3px;
font-weight: 600;
}
.doc-notice {
background: var(--notice-bg);
border-left: 3px solid var(--notice-accent);
@@ -512,18 +519,10 @@ html[xmlns] .clearfix {
text-decoration: underline;
}
.doc-info-title {
color: var(--info-accent);
font-weight: 600;
}
.doc-warn {
background: var(--warn-bg);
border-left: 3px solid var(--warn-accent);
}
.doc-warn-title {
color: var(--warn-accent);
}
.doc-warn a {
color: var(--warn-accent);