style upadate

This commit is contained in:
ed barz 2023-01-09 15:35:07 +01:00
parent 65d9148560
commit 238966b52a
2 changed files with 23 additions and 3 deletions

View File

@ -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);
}

View File

@ -1,6 +1,25 @@
<?php $page_title = "edbrz9 - Créer et maintenir à jour un site avec git"; ?>
<?php include($_SERVER['DOCUMENT_ROOT']."/assets/php/header.php"); ?>
<nav>
<section id="left-nav">
<a href="/">
<span class="byl-icon-home"></span>
</a>
<span>/</span>
<a href="/ressources">
<span>Ressources</span>
</a>
</section>
<!--
<section id="right-nav">
<a href="/" class="islang">FR</a> /
<a href="/">ENG</a>
</section>
-->
</nav>
<main>