From 1682a77d1f8fb54cbd13e4b28559456fb24d73f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Randall=20Havens=20=E2=96=B3=20The=20Empathic=20Tec?= =?UTF-8?q?hnologist=20=E2=9F=81=20Doctor=20Who=2042?= Date: Thu, 16 Oct 2025 17:28:00 -0500 Subject: [PATCH] Update styles.css --- styles.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/styles.css b/styles.css index fdbf2b4..7a1143b 100644 --- a/styles.css +++ b/styles.css @@ -136,3 +136,24 @@ h3 { color: #b89f50; margin-bottom: 0.5rem; } + +.markdown { + max-width: 720px; + margin: 3rem auto; + line-height: 1.8; +} + +.markdown h1, .markdown h2, .markdown h3 { + color: #d4af37; + margin-top: 2rem; +} + +.markdown p { + margin-bottom: 1rem; +} + +.error { + color: #ff6666; + text-align: center; + margin-top: 2rem; +} \ No newline at end of file