From 238966b52a66ab1bc3bc0bcaec10b01be8bc470f Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 9 Jan 2023 15:35:07 +0100 Subject: [PATCH] style upadate --- assets/css/hlb9c.css | 7 ++++--- ressources/git-static-site/index.php | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/assets/css/hlb9c.css b/assets/css/hlb9c.css index ac0e2e4..0d6b0f0 100644 --- a/assets/css/hlb9c.css +++ b/assets/css/hlb9c.css @@ -3,8 +3,8 @@ brz9 theme */ :root { - --hlb9c-bg: #1b1f1b; - --hlb9c-fg: #cbe6cb; + --hlb9c-bg: rgba(34,50,71,0.6); + --hlb9c-fg: var(--white); --hlb9c-green: #5ca77e; --hlb9c-yello: #ebbc29; --hlb9c-red: #e73a3a; @@ -17,12 +17,13 @@ brz9 theme code { font-size: 1rem; + font-weight: 400; } .hljs { display: block; overflow-x: auto; - padding: 0.5em; + padding: 20px; background: var(--hlb9c-bg); color: var(--hlb9c-fg); } diff --git a/ressources/git-static-site/index.php b/ressources/git-static-site/index.php index 35ebb7f..f4f9850 100644 --- a/ressources/git-static-site/index.php +++ b/ressources/git-static-site/index.php @@ -1,6 +1,25 @@ + +