mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
feat: normalize admoniations (#1810)
This commit is contained in:
committed by
GitHub
parent
26d0b1f301
commit
29d6e0b1ca
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user