Skip to content

Commit ea76762

Browse files
committed
fix(css): améliorations pour les admonitions (icône et titre)
1 parent 094008f commit ea76762

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

app/css/styles.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,14 +402,14 @@ button.copyCode {
402402
--info-icon: "📝";
403403
--info-color-border: #0063cb;
404404
--info-color-bg: rgb(1 125 255 / 7%);
405-
--info-color-title: #0063cb;
406-
--success-icon: "💡";
405+
--info-color-title: #004996;
406+
--success-icon: "🌱";
407407
--success-color-border: #18753c;
408408
--success-color-bg: rgb(0 200 83 / 5%);
409409
--success-color-title: #115525;
410-
--warning-icon: "⚠️";
410+
--warning-icon: "";
411411
--warning-color-border: #d93025;
412-
--warning-color-bg: rgb(255 0 0 / 6%);
412+
--warning-color-bg: rgb(255 0 0 / 5%);
413413
--warning-color-title: #992222;
414414
margin: 1.5em 0em;
415415
padding: 0.75em 1em;
@@ -430,11 +430,12 @@ button.copyCode {
430430

431431
.admonitionTitle {
432432
font-weight: bold;
433+
letter-spacing: 0.02em;
433434
}
434435

435436
.admonitionTitle:before {
436437
font-weight: 300;
437-
margin-right: 0.5em;
438+
margin-right: 0.75em;
438439
font-size: 1.15em;
439440
}
440441

app/css/styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)