From be8731e48eddeee5e4ca649f702001127ad54d22 Mon Sep 17 00:00:00 2001 From: Amy Retzerau Date: Thu, 18 Sep 2025 11:41:41 +0200 Subject: [PATCH] feat: improved inlince code styling --- src/routes/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/routes/style.css b/src/routes/style.css index 079eab7..da415a7 100644 --- a/src/routes/style.css +++ b/src/routes/style.css @@ -26,11 +26,21 @@ body { text-align: justify; } +code { + background: var(--rp-moon-base); + padding: 3px; + border-radius: 0.5rem; +} + pre { background: var(--rp-moon-base); border-radius: 0.5rem; } +pre code{ + padding:0px; +} + a { color: var(--rp-moon-iris); text-decoration: none;