diff --git a/cmd/doggo/api/assets/style.css b/cmd/doggo/api/assets/style.css index 82bd635..2d00b81 100644 --- a/cmd/doggo/api/assets/style.css +++ b/cmd/doggo/api/assets/style.css @@ -14,10 +14,14 @@ body { font-family: "Segoe UI", "Helvetica Neue", Inter, sans-serif; font-size: 16px; - line-height: 1; + line-height: 24px; color: #111; } +h1, h2, h3, h4 { + line-height: 1.3em; +} + a { color: var(--primary); }