Improve callouts and symbol publishing
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-25 15:48:33 +05:30
parent 6439559017
commit 7aa1fd2372
31 changed files with 1939 additions and 12 deletions

View file

@ -66,7 +66,9 @@
.article-content {
color: hsl(var(--foreground));
font-family: var(--font-heliotrope);
font-family:
var(--font-heliotrope), "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji",
"Noto Sans Symbols 2", "DejaVu Sans", sans-serif;
font-size: 1.0625rem;
line-height: 1.78;
}
@ -129,6 +131,25 @@
text-underline-offset: 0.18em;
}
.article-content :where(.symbol) {
display: inline-block;
line-height: 1;
vertical-align: -0.08em;
}
.article-content :where(.symbol-emoji) {
font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", emoji, sans-serif;
}
.article-content :where(.symbol-chess, .symbol-card) {
font-family: "Noto Sans Symbols 2", "DejaVu Sans", "Symbola", serif;
font-size: 1.04em;
}
.article-content :where(.symbol-card[data-symbol="heart"], .symbol-card[data-symbol="diamond"]) {
color: color-mix(in srgb, crimson 80%, hsl(var(--foreground)));
}
.article-content :where(code) {
border: 1px solid hsl(var(--border));
border-radius: 0.25rem;