From d4a5d5ae9d1497d4ae929951d5cc447dd3a46733 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:15:27 +0200 Subject: [PATCH] fix css --- docs/stylesheets/extra.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 6aa8a5a..de35889 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -23,8 +23,9 @@ img { max-height: 800px; } -md-typeset pre code { +.md-typeset pre > code { word-wrap: break-word; + border-color:#e5ae39; } strong { @@ -38,7 +39,7 @@ strong { border-radius: 5px; } -md-typeset strong { +.md-typeset strong { background-color: #08101c; color: #e5ae39; padding-right: 1px;