@@ -24,7 +24,7 @@ layout: layouts/base.njk
2424 </div >
2525 <label class =" inline-flex pr-4 pb-2" >
2626 <span class =" sr-only" >CMS Type</span >
27- <select data-filter-bind =" typeofcms" class =" text-white py-1 px-2 rounded-default border border-white bg-transparent " >
27+ <select data-filter-bind =" typeofcms" class =" text-black py-1 px-2 rounded-default border border-white bg-white " >
2828 <option selected value =" " >Any CMS Type</option >
2929 {%- for template in collections .cms | select (" data.typeofcms" ) | unique | sort (false , false ) %}
3030 <option value =" {{ template | lower }}" >{{ template }} </option >
@@ -33,7 +33,7 @@ layout: layouts/base.njk
3333 </label >
3434 <label class =" inline-flex pr-4 pb-2" >
3535 <span class =" sr-only" >License</span >
36- <select data-filter-bind =" opensource" class =" text-white py-1 px-2 rounded-default border border-white bg-transparent " >
36+ <select data-filter-bind =" opensource" class =" text-black py-1 px-2 rounded-default border border-white bg-white " >
3737 <option selected value =" " >Any License</option >
3838 {%- for opensource in collections .cms | select (" data.opensource" ) | unique | sort (true , false ) %}
3939 <option value =" {{ opensource | lower }}" >{% if opensource == " No" %} Closed{% else %} Open{% endif %} source</option >
@@ -47,7 +47,7 @@ layout: layouts/base.njk
4747 </div >
4848 <label class =" inline-flex pr-4 pb-2" >
4949 <span class =" sr-only" >Sort by</span >
50- <select data-sort class =" text-white py-1 px-2 rounded-default border border-white bg-transparent " >
50+ <select data-sort class =" text-black py-1 px-2 rounded-default border border-white bg-white " >
5151 <option selected value =" githubstars-numeric-descending" >GitHub Stars</option >
5252 <option value =" name" >Name</option >
5353 </select >
0 commit comments