From c8500cc586ac070ab458588b2d5609ac4a60ec6f Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Apr 2023 15:41:24 +0000 Subject: [PATCH] improve text styling --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 74d9d45..0f51cbc 100644 --- a/static/style.css +++ b/static/style.css @@ -6,6 +6,7 @@ body { margin-inline: auto; color: white; font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + line-height: 1.5; } a, a:link {