feat(contact): desktop page finished

This commit is contained in:
2025-06-11 15:08:48 -06:00
parent a0c3d51743
commit ff0134eb0f
3 changed files with 124 additions and 14 deletions

View File

@ -228,3 +228,6 @@ nav a li:hover {
#root.darkmode #darkModeToggle {
filter: hue-rotate(180deg);
}
a {
cursor: pointer;
}