From 3dc12a6cac62cdecaaddb1f905404702e9d860c8 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Sat, 28 Mar 2026 09:14:56 +0100 Subject: [PATCH] Update sermon.css --- sermon.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/sermon.css b/sermon.css index f6cc068..8d3ee1e 100644 --- a/sermon.css +++ b/sermon.css @@ -11,25 +11,25 @@ Original License: MIT (https://github.com/rnd195/my-marp-themes/blob/live/licens @import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"); :root { - --colorh1: #393552; - --colorh2: #393552; - --colorh3: #393552; - --colorh4: #393552; - --colorh5: #393552; - --colorh6: #842174; + --colorh1: #265770; + --colorh2: #265770; + --colorh3: #265770; + --colorh4: #265770; + --colorh5: #265770; + --colorh6: #265770; --colortext: #393552; - --colorleadh2: #333; + --colorleadh2: #265770; --colorleadtext: #333; --colorleadborder: #333; - --colorbottombar: #842174; - --colorcite: #842174; - --colormark: #84217427; + --colorbottombar: #354652; + --colorcite: #2d5f83; + --colormark: #ffffa590; --colorprecode: #ffffff80; --colorblockquote: #000; --colorbg: #ffffff; - --gradient-start: #e1c2e1; - --gradient-end: #e1c2a9; - --gradient-direction: to top right; + --gradient-start: #FFF; + --gradient-end: #C4E7FF; + --gradient-direction: to bottom left ; font-family: 'Ubuntu', sans-serif; }