From 1ef925a4e2ef7d44b0c2671b0dc1edb05b7f62ca Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:12:57 +0200 Subject: [PATCH] udpdated css --- docs/stylesheets/extra.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 38a97a5..6aa8a5a 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -23,11 +23,22 @@ img { max-height: 800px; } -code { +md-typeset pre code { word-wrap: break-word; } -strong { +strong { + background-color: #08101c; + color: #e5ae39; + padding-right: 1px; + padding-left: 1px; + padding-top: 1px; + padding-bottom: 1px; + border: 2px solid #08101c; + border-radius: 5px; +} + +md-typeset strong { background-color: #08101c; color: #e5ae39; padding-right: 1px;