Skip to content

Commit 2b107a0

Browse files
Copilotmvadari
andcommitted
Remove duplicate category badge and fix color similarity between Protocol and Stagnant
Co-authored-by: mvadari <8029314+mvadari@users.noreply.github.com>
1 parent f96839c commit 2b107a0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

site/assets/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ main { min-height: calc(100vh - 200px); padding: 48px 0; }
208208
}
209209

210210
.status-badge.stagnant, .xls-status-badge.stagnant {
211-
border: 1px solid #FAFF19;
212-
background-color: #4B4C00;
213-
color: #FAFF19;
211+
border: 1px solid #FF4444;
212+
background-color: #4C1A1A;
213+
color: #FF4444;
214214
}
215215

216216
.status-badge.withdrawn, .xls-status-badge.withdrawn {

site/templates/category.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<div class="category-header">
1717
<h2>{{ category.title() }} XLS Standards</h2>
1818
<div class="category-meta">
19-
<span class="category-badge {{ category|lower }}">{{ category }}</span>
2019
<span class="count">{{ category_docs|length }} standard{{ 's' if category_docs|length != 1 else '' }}</span>
2120
</div>
2221
</div>

0 commit comments

Comments
 (0)