✨feature: Implement project-type taxonomy archive template and enhance breadcrumb navigation
Sync TODOs with Issues / sync_todos (push) Successful in 8s
Sync TODOs with Issues / sync_todos (push) Successful in 8s
This commit is contained in:
@@ -207,12 +207,34 @@
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.archive-projects__back-link {
|
||||
color: var(--color-primary, #b6c4ff);
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
/* Project-type taxonomy archive — the page hero renders the heading,
|
||||
* breadcrumbs handle navigation. */
|
||||
.tax-project { padding-top: 2rem; padding-bottom: 4rem; }
|
||||
|
||||
.tax-project__pagination {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.tax-project__empty {
|
||||
text-align: center;
|
||||
padding: 4rem 1rem;
|
||||
color: var(--color-on-surface-variant, #c5c5d3);
|
||||
}
|
||||
|
||||
.tax-project__empty-title {
|
||||
font-weight: 700;
|
||||
font-size: 1.5rem;
|
||||
margin: 0 0 0.5rem;
|
||||
color: var(--color-on-surface, #e3e1e9);
|
||||
}
|
||||
|
||||
.tax-project__pagination a,
|
||||
.tax-project__pagination span {
|
||||
background: var(--color-surface-container, #1e1f25);
|
||||
color: var(--color-on-surface, #e3e1e9);
|
||||
border: 1px solid var(--color-outline-variant, #444651);
|
||||
border-radius: 4px;
|
||||
}
|
||||
.archive-projects__back-link:hover { text-decoration: underline; }
|
||||
|
||||
.single-project__hero {
|
||||
background: var(--color-surface-container-low, #1a1b21);
|
||||
|
||||
Reference in New Issue
Block a user