From e016ece42158a6f2c83eda9e465c0f4767a88ef4 Mon Sep 17 00:00:00 2001 From: Jose Falanga Date: Mon, 13 Oct 2025 19:21:51 -0300 Subject: [PATCH] fonts --- arise-source/config/main.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/arise-source/config/main.css b/arise-source/config/main.css index 53b7c99..12e6e71 100644 --- a/arise-source/config/main.css +++ b/arise-source/config/main.css @@ -1,14 +1,12 @@ /*** Core page styles ***/ /* Base styling */ -html * { - font-family: sans-serif; -} body { margin: 40px auto; max-width: 650px; line-height: 1.6; font-size: 18px; + font-family: sans-serif; color: #65f85a; background-color: #121619; padding: 0 10px; @@ -33,25 +31,25 @@ code { padding: 1px 30px; line-height: 2em; color: #65f85a; - font-family: monospace; + font-family: monospace, "Courier New", Courier !important; } /* Pre background and alignment */ -pre.sourceCode { +pre.sourceCode, pre.sourceCode * { background-color: #293137; /* full block background */ border-radius: 16px; padding: 12px 16px; overflow-x: auto; line-height: 1.35em; /* tight but readable */ - font-family: monospace, "Courier New", Courier, monospace; + font-family: monospace, "Courier New", Courier !important; color: #65f85a; } /* Reset span backgrounds so lines don’t stack weirdly */ pre.sourceCode span, pre.sourceCode span a { - background: none !important; /* remove small rectangles */ - display: inline; /* normal inline stacking */ + background: none !important; + display: inline; } /* Syntax highlight colors */