Skip to content

Commit 01fdce8

Browse files
authored
Merge branch 'dev' into update-theme
2 parents f133d25 + 136eaaf commit 01fdce8

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

layouts/_default/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>{{ partial "utils/title" . }}</h1>
1212
{{ partial "page-metadata" . }}
1313

1414
{{- partial "taxonomy-meta" . -}}
15-
15+
1616
{{ partial "utils/content" . }}
1717

1818
{{- partial "taxonomy-links" . -}}

src/static/custom.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,6 @@ h6 {
403403
color: #888;
404404
}
405405

406-
/* ============================================
407-
TAXONOMY DISPLAY SYSTEM
408-
Professional UI/UX design with CI color integration
409-
============================================ */
410-
411406
/* Taxonomy Badges - Interactive, accessible, beautiful */
412407
.taxonomy-badge {
413408
display: inline-flex;
@@ -1133,12 +1128,6 @@ h6 {
11331128

11341129
}
11351130

1136-
/* ============================================
1137-
TAXONOMY TERM CARDS (Features/Tags/Categories)
1138-
Professional card-based layout for taxonomy term pages
1139-
Following UI/UX best practices: accessibility, visual hierarchy, interaction design
1140-
============================================ */
1141-
11421131
.taxonomy-terms-page {
11431132
max-width: 100%;
11441133
}

0 commit comments

Comments
 (0)