From 1768e36644c6b574ffaeca480afa4ad7b70046ae Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 18 Oct 2025 10:58:45 +0200 Subject: [PATCH] Update code style --- local.css | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/local.css b/local.css index a0069e2..03bc329 100644 --- a/local.css +++ b/local.css @@ -170,27 +170,24 @@ progress { font: inherit; -webkit-appearance: button; } -code { +p code { font-size: 87.5%; - color: #e83e8c; word-break: break-word; + background: #e9ecef; + padding: 0.25rem; } a > code { color: inherit; } -pre { +pre code { display: block; font-size: 87.5%; color: #212529; } -pre code { - font-size: inherit; - color: inherit; - word-break: normal; -} pre.hl { background: #e9ecef; padding: 0.25rem; + font-size: 87.5%; } h1, h2,