Update 2 files

- /config/global.ini
- /html/src/css/style.css
This commit is contained in:
Jan BELLON 2024-03-08 21:42:36 +00:00
parent 25df23a0fd
commit f4f0ebda53
2 changed files with 2 additions and 19 deletions

View File

@ -27,4 +27,5 @@ A propos = "about.php"
3 = "Directeur" 3 = "Directeur"
[themes] [themes]
0 = '--text: hsl(208, 100%, 96%); --background: hsl(215, 21%, 11%); --banner-background: hsl(216, 28%, 7%); --buttons: hsl(216, 28%, 7%)' 0 = '@media (prefers-color-scheme: dark) {.body {--text: hsl(0, 0%, 80%);--background: hsl(0, 0%, 15%);--banner-background: hsl(0, 0%, 10%);--buttons: hsl(0, 0%, 5%);}} @media (prefers-color-scheme: light) {.body {--text: hsl(0, 0%, 20%);--background: hsl(0, 0%, 100%);--banner-background: hsl(0, 0%, 100%);--buttons: hsl(0, 0%, 100%);}}'
1 = '--text: hsl(208, 100%, 96%); --background: hsl(215, 21%, 11%); --banner-background: hsl(216, 28%, 7%); --buttons: hsl(216, 28%, 7%)'

View File

@ -1,21 +1,3 @@
@media (prefers-color-scheme: dark) {
.body {
--text: hsl(0, 0%, 80%);
--background: hsl(0, 0%, 15%);
--banner-background: hsl(0, 0%, 10%);
--buttons: hsl(0, 0%, 5%);
}
}
@media (prefers-color-scheme: light) {
.body {
--text: hsl(0, 0%, 20%);
--background: hsl(0, 0%, 100%);
--banner-background: hsl(0, 0%, 100%);
--buttons: hsl(0, 0%, 100%);
}
}
@font-face { @font-face {
font-family: crfont; /* Nom de la police */ font-family: crfont; /* Nom de la police */
src: url('/src/fonts/bahnschrift.ttf') format('truetype'); /* Chemin vers votre fichier TTF */ src: url('/src/fonts/bahnschrift.ttf') format('truetype'); /* Chemin vers votre fichier TTF */