diff options
Diffstat (limited to 'static/css/shim.css')
| -rw-r--r-- | static/css/shim.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/static/css/shim.css b/static/css/shim.css index 716490a..c9599b5 100644 --- a/static/css/shim.css +++ b/static/css/shim.css @@ -22,6 +22,14 @@ article blockquote { max-width: 70ch; } +article h1 { + font-weight: 900; +} + +article small { + font-weight: 600; +} + .conversation { margin-top: 0.25rem; display: flex; @@ -123,6 +131,14 @@ figcaption { min-height: 16px; } +img.picture { + max-height: 36rem; +} + +h1, h2, h3, h4, h5, h6 { + font-family: "Iosevka Etoile Iaso", Menlo, monospace; +} + @media (prefers-color-scheme: light) { .warning { background-color: #fbf1c7; |
