avancement planning

This commit is contained in:
2025-12-04 17:54:16 +01:00
parent 53abb68514
commit eb403c3aac
15 changed files with 4156 additions and 598 deletions

View File

@@ -1,4 +1,9 @@
/* You can add global styles to this file, and also import other style files */
:root {
--mauve: #8b7b8b;
--ugly-yellow: #d4a574;
}
* {
margin: 0;
padding: 0;
@@ -21,3 +26,6 @@ button.primary {
color: white;
border-radius: 8px;
}