diff options
| author | Fuwn <[email protected]> | 2026-03-01 15:50:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 15:50:45 -0800 |
| commit | 87693d8b99fcbe9a0d64af51f1c786dc62dffd4a (patch) | |
| tree | 65ae6f17ce98af76de782ba7fb5ff3466861a618 /static/styles/risotto/typography.css | |
| parent | chore(biome): enable formatting for sample media json (diff) | |
| download | due.moe-87693d8b99fcbe9a0d64af51f1c786dc62dffd4a.tar.xz due.moe-87693d8b99fcbe9a0d64af51f1c786dc62dffd4a.zip | |
chore(biome): enable css formatting
Diffstat (limited to 'static/styles/risotto/typography.css')
| -rw-r--r-- | static/styles/risotto/typography.css | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/static/styles/risotto/typography.css b/static/styles/risotto/typography.css index 6dc1c581..0fda898d 100644 --- a/static/styles/risotto/typography.css +++ b/static/styles/risotto/typography.css @@ -1,6 +1,6 @@ /* Fonts */ :root { - --font-monospace: 'Fira Mono', monospace; + --font-monospace: "Fira Mono", monospace; } body { @@ -40,22 +40,22 @@ h5 + h6 { } h1:before { - content: '# '; + content: "# "; } h2:before { - content: '## '; + content: "## "; } h3:before { - content: '### '; + content: "### "; } h4:before { - content: '#### '; + content: "#### "; } h5:before { - content: '##### '; + content: "##### "; } h6:before { - content: '###### '; + content: "###### "; } h1:before, @@ -108,7 +108,7 @@ ol ol { } ul li::marker { - content: '∗\00A0'; + content: "∗\00A0"; color: var(--muted); } @@ -143,13 +143,13 @@ blockquote { blockquote::before { position: absolute; left: -1.5rem; - content: '>'; + content: ">"; color: var(--muted); } .twitter-tweet::before { - content: '\f099'; - font-family: 'Font Awesome 5 Brands'; + content: "\f099"; + font-family: "Font Awesome 5 Brands"; font-weight: 400; } @@ -189,7 +189,7 @@ hr { } hr:after { - content: '---'; + content: "---"; color: var(--muted); } |