From 359b6dad4650163104bd75903b8f937a45bb1313 Mon Sep 17 00:00:00 2001 From: Byakuya Date: Sun, 20 Jul 2025 14:22:55 +0200 Subject: [PATCH] Changement Theme et ajout d'un css --- assets/config.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/assets/config.yml b/assets/config.yml index dd85a36..19f35fd 100644 --- a/assets/config.yml +++ b/assets/config.yml @@ -2,15 +2,10 @@ title: "Byakuya Dashboard" subtitle: "Bienvenue sur l'interface de Byakuya" logo: "assets/logo.png" -theme: - primary: '#e5989b' - accent: '#ffb4a2' - background: '#fff1f2' - card-background: '#ffe5ec' - text: '#3e3e3e' - +theme: default +stylesheet: + - "assets/custom.css" layout: horizontal -colorTheme: "monokai" # Choix possible : default, nord, dracula, monokai, etc. header: true # Message d’information mis à jour automatiquement par le script webhook