@@ -34,12 +34,12 @@ description: An inventory of shaders for Flutter developers to explore.
3434 <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity =" sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin =" anonymous" referrerpolicy =" no-referrer" />
3535 </head >
3636
37- <body class =" bg-[#27b6d6] " >
38- <header class =" pt-[64px] pb-[128px] md:py-[128px] flex flex-col justify-center items-center bg-[#FFFFFF] text-[#444444] " >
37+ <body class =" bg-gray-900 text-gray-100 " >
38+ <header class =" pt-[64px] pb-[128px] md:py-[128px] flex flex-col justify-center items-center bg-gray-800 text-gray-100 " >
3939 <div class =" max-w-[800px] block md:flex md:flex-row items-center" >
4040 <div class =" md:flex-1 pl-[64px] pr-[64px] pb-[48px] md:pb-0" >
4141 <h1 class =" mb-[8px] text-5xl font-bold uppercase" >Flutter Shaders</h1 >
42- <p class =" mb-[24px] text-3xl text-[#27b6d6] font-bold" >Shaders for every user, on every platform</p >
42+ <p class =" mb-[24px] text-3xl text-blue-400 font-bold" >Shaders for every user, on every platform</p >
4343 <img src =" /images/platform-icons.png" class =" max-w-[275px]" >
4444 </div >
4545 <div class =" mx-[auto] md:ml-[48px] w-[250px] h-[250px]" >
@@ -48,16 +48,16 @@ description: An inventory of shaders for Flutter developers to explore.
4848 </div >
4949
5050 <div class =" mt-[72px] flex flex-col md:flex-row gap-6 text-center" >
51- <a href =" /getting-started" class =" text-[#444444] font-bold uppercase no-underline" >Getting Started Guide</a >
52- <a href =" /how-shaders-work" class =" text-[#444444] font-bold uppercase no-underline" >Learn how shaders work</a >
51+ <a href =" /getting-started" class =" text-gray-100 font-bold uppercase no-underline" >Getting Started Guide</a >
52+ <a href =" /how-shaders-work" class =" text-gray-100 font-bold uppercase no-underline" >Learn how shaders work</a >
5353 </div >
5454 </header >
55- <main class =" py-[96px] text-[#FFFFFFAA] " >
55+ <main class =" py-[96px] text-gray-300 " >
5656 <div class =" max-w-[800px] ml-[auto] mr-[auto] mb-[128px]" >
5757 <div class =" grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-[48px]" >
5858 {% for page in pages .byTag ("shader" ) %}
5959 <a href =" {{ page.data[" url " ] }}" class =" no-underline" >
60- <div class =" p-[8px] border border-[#FFFFFF10] hover:border-[#FFFFFF33] hover:bg-[#FFFFFF04] rounded-lg" >
60+ <div class =" p-[8px] border border-gray-700 hover:border-gray-600 hover:bg-gray-800 rounded-lg" >
6161 <img
6262 src =" {{ page.data[" directory " ] }}{{ page.data[" shader " ][" screenshot " ] }}"
6363 class =" w-full ml-[auto] mr-[auto] max-w-[250px] rounded-md"
@@ -69,7 +69,7 @@ description: An inventory of shaders for Flutter developers to explore.
6969 </div >
7070 </div >
7171
72- <h2 class =" text-center font-bold uppercase text-xl text-[#FFFFFF] " >Contributors</h2 >
72+ <h2 class =" text-center font-bold uppercase text-xl text-white " >Contributors</h2 >
7373 <ol class =" mt-[32px] mb-[128px] flex flex-row justify-center list-none text-center" >
7474 {% set contributors = github ["flutter-bounty-hunters" ].flutter_shaders %}
7575 {% set contributorCount = 15 %}
@@ -86,7 +86,7 @@ description: An inventory of shaders for Flutter developers to explore.
8686
8787 {% if contributors |length > contributorCount %}
8888 <li class =" inline-block" >
89- <div class =" inline-block w-[64px] h-[64px] rounded-full bg-[rgba(255, 255, 255, 0.05)] leading-[64px] text-center align-[middle]" >
89+ <div class =" inline-block w-[64px] h-[64px] rounded-full bg-gray-800 leading-[64px] text-center align-[middle]" >
9090 +{{ contributors|length - contributorCount }}
9191 </div >
9292 </li >
@@ -100,8 +100,8 @@ description: An inventory of shaders for Flutter developers to explore.
100100 title =" matthew-carroll"
101101 class =" inline-block w-[64px] h-[64px] rounded-full bg-cover bg-no-repeat bg-center"
102102 style =" background-image : url (' https://avatars.githubusercontent.com/u/7259036?v=4' );" ></a >
103- <p class =" mt-[8px] mb-[24px] text-sm" >Made with ❤️ by <a href =" https://superdeclarative.com" target =" _blank" class =" text-[#FFFF00] " >SuperDeclarative!</a ></p >
104- <a href =" https://github.com/sponsors/matthew-carroll" target =" _blank" class =" px-[12px] py-[8px] bg-sky-600 hover:bg-sky-400 rounded-lg text-[#FFFFFFDD] hover:text-[#FFFFFFFF] no-underline text-sm" ><i class =" fa-brands fa-github" ></i > Sponsor on GitHub</a >
103+ <p class =" mt-[8px] mb-[24px] text-sm" >Made with ❤️ by <a href =" https://superdeclarative.com" target =" _blank" class =" text-yellow-400 " >SuperDeclarative!</a ></p >
104+ <a href =" https://github.com/sponsors/matthew-carroll" target =" _blank" class =" px-[12px] py-[8px] bg-sky-600 hover:bg-sky-400 rounded-lg text-gray-200 hover:text-white no-underline text-sm" ><i class =" fa-brands fa-github" ></i > Sponsor on GitHub</a >
105105 </div >
106106 </main >
107107 </body >
0 commit comments