edit text colior
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
<div class="mx-8 md:mx-4 flex flex-col">
 | 
			
		||||
    <div class="flex flex-col mb-12">
 | 
			
		||||
        <h4 class="text-base not-italic font-medium leading-6 text-gray-100 mb-4"> FILTER POSTS BY</h4>
 | 
			
		||||
        <a id="all" class="mb-2 text-white font-normal" href="/blog">All</a>
 | 
			
		||||
        <a id="all" class="mb-2 text-black font-normal" href="/blog">All</a>
 | 
			
		||||
        {% set taxonomy = get_taxonomy(kind="categories") %}
 | 
			
		||||
        {% set categories = taxonomy.items %}
 | 
			
		||||
        {% for category in categories %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user