From 20bb1e8dcc568a2dec6068f5fc2a157dbdf45c95 Mon Sep 17 00:00:00 2001 From: Linda Talve <83061576+ltalve@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:09:57 +0300 Subject: [PATCH] Update custom.css Darken text in boxes --- docs/custom.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/custom.css b/docs/custom.css index 441a04a..2a2e9f0 100755 --- a/docs/custom.css +++ b/docs/custom.css @@ -214,7 +214,7 @@ h5 { font-size: 100% !important; } border: none !important; margin: 0.8em 0.8em !important; padding: 0.4em 0.8em !important; - border-radius: 4px !important; + border-radius: 3px !important; display:block } @@ -289,7 +289,7 @@ h5 { font-size: 100% !important; } padding: 10px; border: none; margin-bottom: 1rem; - border-radius: 4px; + border-radius: 3px; } .hint-box p { @@ -302,11 +302,11 @@ h5 { font-size: 100% !important; } padding: 10px; border: none; margin-bottom: 1rem; - border-radius: 4px; + border-radius: 3px; } .note-box p { - color: #333333; + color: #000000; margin: 0 !important; } @@ -315,11 +315,11 @@ h5 { font-size: 100% !important; } padding: 10px; border: none; margin-bottom: 1rem; - border-radius: 4px; + border-radius: 3px; } .code-box p { - color: #333333; + color: #000000; margin: 0 !important; } @@ -328,11 +328,11 @@ h5 { font-size: 100% !important; } padding: 10px; border: none; margin-bottom: 1rem; - border-radius: 4px; + border-radius: 3px; } .file-content-box p { - color: #333333; + color: #000000; margin: 0 !important; } @@ -341,11 +341,11 @@ h5 { font-size: 100% !important; } padding: 10px; border: none; margin-bottom: 1rem; - border-radius: 4px; + border-radius: 3px; } .commandline-box p { - color: #333333; + color: #000000; margin: 0 !important; }