From ff91ad1f8dbec8c021335ae5b293334eaa694888 Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Wed, 29 May 2024 17:27:08 +0200 Subject: [PATCH] =?UTF-8?q?CSS:=20change=20highlighting=20to=20Ros=C3=A9?= =?UTF-8?q?=20Pine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 4 ++-- hugo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 2a1cd35..2f7fc8b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -11,7 +11,7 @@ } code { - background: #eff1f5; + background: #faf4ed; border-radius: 0.3em; padding: 0.1em 0.2em; font-size: 0.9em; @@ -21,7 +21,7 @@ code { border-radius: 0.3rem; padding: 0.5em 0.5em; margin: 1rem 0; - background: #eff1f5; + background: #faf4ed; overflow: auto; & code { diff --git a/hugo.toml b/hugo.toml index cf57b14..a773c5c 100644 --- a/hugo.toml +++ b/hugo.toml @@ -5,7 +5,7 @@ copyright = 'CC-BY-SA 4.0' [markup] [markup.highlight] -style = "catppuccin-latte" +style = "rose-pine-dawn" [params] [params.author]