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 @@
+
+