- Added custom y position to InitialSection component.
- Created contact page with form to ask information to user.
- Added styles to contact page and edit some global styles for dark theme.
This commit is contained in:
2026-02-09 13:08:09 -05:00
parent f22055f388
commit 8278073312
5 changed files with 317 additions and 6 deletions

View File

@@ -133,6 +133,7 @@
/* Light theme (default) */
--main-bg-color: var(--base-white);
--main-text-color: var(--light-gray);
--main-boxshadow: 0px 4px 8px rgba(68, 68, 68, 0.1);
--secundary-text-color: var(--base-white);
--card-bg-color: var(--main-mistyRose-500);
--naliia-n-bg-color: var(--main-pink-500);