feat(projects): add taxonomy-project-type template

This commit is contained in:
Keith Solomon
2026-08-16 12:47:03 -05:00
parent b0ed0d7a5a
commit 5ab42f02ab
2 changed files with 67 additions and 0 deletions
+7
View File
@@ -206,3 +206,10 @@
border: 1px solid var(--color-outline-variant, #444651);
border-radius: 4px;
}
.archive-projects__back-link {
color: var(--color-primary, #b6c4ff);
text-decoration: none;
font-weight: 600;
}
.archive-projects__back-link:hover { text-decoration: underline; }