add colors and logo

This commit is contained in:
2025-07-23 20:30:50 -05:00
parent e820e4f163
commit 9f346ee156
9 changed files with 35 additions and 28 deletions

View File

@@ -9,6 +9,7 @@ type Global = {
email: string;
portrait: string;
portrait_alt: string;
logo: string;
about: string;
};