_layouts/post.html in wind-theme-0.1.0 vs _layouts/post.html in wind-theme-0.1.1

- old
+ new

@@ -39,11 +39,11 @@ <a class="next-post mx-auto transition hover:scale-110 duration-300" href="{{ page.next.url | relative_url }}"> <div class="flex flex-row items-center py-4 md:py-8"> <div class="px-2"> <span class="text-md text-black dark:text-white font-bold max-w-sm">{{page.next.title}}</span> </div> - <svg class="w-6 md:w-12 fill-current text-indigo-600" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" transform="rotate(180)"> + <svg class="w-6 md:w-12 fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" transform="rotate(180)"> <g id="SVGRepo_bgCarrier" stroke-width="0"></g> <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g> <g id="SVGRepo_iconCarrier"> <path d="M16.1795 3.26875C15.7889 2.87823 15.1558 2.87823 14.7652 3.26875L8.12078 9.91322C6.94952 11.0845 6.94916 12.9833 8.11996 14.155L14.6903 20.7304C15.0808 21.121 15.714 21.121 16.1045 20.7304C16.495 20.3399 16.495 19.7067 16.1045 19.3162L9.53246 12.7442C9.14194 12.3536 9.14194 11.7205 9.53246 11.33L16.1795 4.68297C16.57 4.29244 16.57 3.65928 16.1795 3.26875Z"></path> </g> @@ -53,10 +53,10 @@ {% endif %} {% if page.previous %} <a class="previous-post mx-auto transition hover:scale-110 duration-300" href="{{ page.previous.url | relative_url }}"> <div class="flex flex-row items-center py-4 md:py-8"> - <svg class="w-6 md:w-12 fill-current text-indigo-600" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> + <svg class="w-6 md:w-12 fill-current " viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"> <g id="SVGRepo_bgCarrier" stroke-width="0"></g> <g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g> <g id="SVGRepo_iconCarrier"> <path d="M16.1795 3.26875C15.7889 2.87823 15.1558 2.87823 14.7652 3.26875L8.12078 9.91322C6.94952 11.0845 6.94916 12.9833 8.11996 14.155L14.6903 20.7304C15.0808 21.121 15.714 21.121 16.1045 20.7304C16.495 20.3399 16.495 19.7067 16.1045 19.3162L9.53246 12.7442C9.14194 12.3536 9.14194 11.7205 9.53246 11.33L16.1795 4.68297C16.57 4.29244 16.57 3.65928 16.1795 3.26875Z"></path> </g>