aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaran Jayachandra <karan.jayachandra@nxp.com>2025-10-07 11:32:06 +0200
committerKaran Jayachandra <karan.jayachandra@nxp.com>2025-10-07 11:32:06 +0200
commit9bc02e6522785cf2587e7432fef18e175c395df0 (patch)
tree58a1bc6f869fb12b8e8b4d033c7bc4af34368104
parent57003c34d7a46a43514cb208d3841311ec0cd052 (diff)
Improved the spacing of the CSS
-rw-r--r--static/main.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/main.css b/static/main.css
index 46e1d7c..6b3569e 100644
--- a/static/main.css
+++ b/static/main.css
@@ -6,6 +6,8 @@
--theme-color: hsl(var(--hue), var(--saturation), 50%);
--code-bg-color: hsl(var(--hue), var(--saturation), 90%);
font-family: system-ui;
+ font-size: 1.25rem;
+ line-height: 1.25;
background-color: var(--bg-color);
color: var(--text-color);
max-width: 800px;