Update 2 files
- /config/global.ini - /html/src/css/style.css
This commit is contained in:
parent
25df23a0fd
commit
f4f0ebda53
@ -27,4 +27,5 @@ A propos = "about.php"
|
||||
3 = "Directeur"
|
||||
|
||||
[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%)'
|
@ -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-family: crfont; /* Nom de la police */
|
||||
src: url('/src/fonts/bahnschrift.ttf') format('truetype'); /* Chemin vers votre fichier TTF */
|
||||
|
Loading…
x
Reference in New Issue
Block a user