style: refonte visuelle — CSS custom Inter, navbar claire, cards modernes, assets js

This commit is contained in:
Cedric Abonnel
2026-05-08 13:39:49 +02:00
parent 7bf05b05dd
commit 6ba1c18764
6 changed files with 445 additions and 28 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ ob_start();
<div class="card-body">
<h2 class="card-title"><?= htmlspecialchars($post['title']) ?></h2>
<div class="card-text">
<div class="card-text post-content">
<?= $Parsedown->text($post['content']) ?>
</div>