File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments