feature: Initial commit

This commit is contained in:
Keith Solomon
2026-05-25 12:04:18 -05:00
commit 2e5bfaba89
152 changed files with 28391 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
/* Header styles */
.site-header {
/* Site header styles */
.nav-aux__container {
a {
/* Link styles */
color: var(--color-primary-600);
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
&:hover {
color: var(--color-primary-800);
}
}
#globalSearch {
@apply text-14px text-light;
}
}
}