diff options
| author | Joe Carstairs <me@joeac.net> | 2026-05-12 20:56:32 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-05-12 20:56:32 +0100 |
| commit | eb48cdb9a370c37a129637cf0de91e5023306323 (patch) | |
| tree | 0e07a5f762ca9bf65a5cd068e38a75716d53b19c /http/share/css/post.uppcss | |
| parent | 512f1301178e245d5ba0b4677e44e4d41e24a283 (diff) | |
inits http ssg with mkws
Diffstat (limited to 'http/share/css/post.uppcss')
| -rw-r--r-- | http/share/css/post.uppcss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/http/share/css/post.uppcss b/http/share/css/post.uppcss new file mode 100644 index 0000000..436c13e --- /dev/null +++ b/http/share/css/post.uppcss @@ -0,0 +1,8 @@ +.p-summary { + font-style: italic; + font-size: var(--font-size-sm); +} + +h1 { + margin-block-start: var(--spacing-block-md); +} |
