Private
Public Access
1
0

feat: Translation into French of most infos, but not the server debugging infos

This commit is contained in:
gauvainboiche
2026-03-30 16:54:08 +02:00
parent 213d76565c
commit 2757fa2393
3 changed files with 50 additions and 49 deletions

View File

@@ -11,7 +11,8 @@ body {
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial,
"Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
color: #e9eef6;
background: radial-gradient(1200px 800px at 10% 10%, #16223a 0%, #0b1020 55%, #070a14 100%);
/* background: radial-gradient(1200px 800px at 10% 10%, #16223a 0%, #0b1020 55%, #070a14 100%); */
background: black;
min-height: 100vh;
}