From 4581a752f931c56afe89626f0b186b2f6ff3848e Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 9 Jan 2023 15:54:32 +0100 Subject: [PATCH] code style update --- assets/css/hlb9c.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/css/hlb9c.css b/assets/css/hlb9c.css index 0d6b0f0..4a965e5 100644 --- a/assets/css/hlb9c.css +++ b/assets/css/hlb9c.css @@ -14,8 +14,10 @@ brz9 theme --hlb9c-pink: #f17639; } - -code { +pre code { + padding: 20px; + background: var(--hlb9c-bg); + color: var(--hlb9c-fg); font-size: 1rem; font-weight: 400; }