From e195a50cb7a8bd9bdb33928c09a1fc0810b851ed Mon Sep 17 00:00:00 2001 From: Brummel Date: Thu, 21 May 2026 11:57:07 +0200 Subject: [PATCH] Revert "fix(css): drop body{} block to match live's effective styling" This reverts commit abe5504ce8274c5ce4374c5fdb68476adc06c847. --- static/css/praxis.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/static/css/praxis.css b/static/css/praxis.css index 303c884..a0eadfe 100644 --- a/static/css/praxis.css +++ b/static/css/praxis.css @@ -1,10 +1,11 @@ -/* body { } block dropped on purpose — the live Grav asset pipeline - dropped it too (its `font-size: 14px; //13px;` had an invalid SCSS - line comment that the minifier rejected, taking the whole rule with - it). Bootstrap's body defaults (Helvetica, line-height 1.428) apply - instead. Re-enabling the rule with our cleaner /* */ comments made - line-height 24px effective again on stage, which inflated paragraph - spacing on text-heavy pages compared to live. */ +body { + font-family : 'Roboto', sans-serif; + font-size : 14px; /* 13px; */ + line-height : 24px; + color : #969595; + font-weight : 400; + background: #fff; + } /* -------------------------------------- Global Typography