changed base project files

This commit is contained in:
Marta Borgia Leiva 2026-02-09 20:17:34 +01:00
parent 2cf0856db5
commit 0d82ea47c3
Signed by: a-mayb3
GPG key ID: 293AAC4FED165CE3
6 changed files with 117 additions and 343 deletions

View file

@ -1 +1,18 @@
/* You can add global styles to this file, and also import other style files */
:root{
--background-color: whitesmoke;
--primary-color: #4a90e2;
--secondary-color: #f5f5f5;
--text-color: black;
}
body {
margin: 0;
width: 100%;
height: fit-content;
font-family: Arial, sans-serif;
background-color: var(--background-color);
color: var(--text-color);
}