NF Theme + Ajustement Other Themes

This commit is contained in:
MasterAcnolo
2025-08-29 10:31:13 +02:00
parent 5368fb9311
commit de71035fa0
16 changed files with 69 additions and 11 deletions

View File

@@ -1,8 +1,14 @@
/*
*/
body.spicy {
/* Couleurs générales */
--background-color: #121212; /* fond noir profond */
--default-text-color: #f5f5f5; /* texte clair */
--subtitle-color: #e29191; /* accent rouge piment */
--default-text-color: #581010; /* texte clair */
--subtitle-color: #3d0909; /* accent rouge piment */
--mp3-text-color: #ffffff; /* texte checkbox inline */
/* Formulaire */
@@ -37,8 +43,8 @@ body.spicy {
/* Optionnel: background piments */
body.spicy {
background-image: url('../../assets/images/spicy.webp');
background-size: cover;
background-image: url('../../assets/images/Spicy.webp');
background-size:contain;
background-position: center;
background-attachment: fixed;
}