feature: Set up contact info block and map
Deploy to Dreamhost (dev) / build (push) Successful in 34s
Sync TODOs with Issues / sync_todos (push) Successful in 7s

This commit is contained in:
Keith Solomon
2026-07-04 19:22:26 -05:00
parent 23ef7388eb
commit 01c6fb7831
12 changed files with 3853 additions and 3423 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
--color-black: oklch(0% 0 0);
--color-white: oklch(100% 0 0);
--color-background: oklch(89.75% 0 0);
--color-background: oklch(100% 0 0);
--color-text: var(--color-black);
--color-cwc-blue-01: oklch(47.31% 0.1141 242.9);
+7 -1
View File
@@ -51,10 +51,16 @@
>a {
@apply ml-2 mr-0 my-0;
height: auto;
background: linear-gradient(93.03deg, #F26B53 0%, #D24D32 100%);
border: 3px solid transparent;
border-radius: 1.25rem 0.25rem;
height: auto;
padding: .5rem 2rem;
&:hover {
border: 3px solid #D24D32;
}
}
}
}