feat: color + accessibility updates
This commit is contained in:
parent
2520d5c009
commit
2f62ada42b
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ permalink: 404.html
|
||||||
What kind of idiots do you have working here?
|
What kind of idiots do you have working here?
|
||||||
</h3>
|
</h3>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<a href="/" class="flex flex-row items-start md:items-center font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-purple-500">
|
<a href="/" class="flex flex-row items-start md:items-center font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-pink-500">
|
||||||
<span class="icon--bold pt-1 md:pt-0 mr-1">
|
<span class="icon--bold pt-1 md:pt-0 mr-1">
|
||||||
{% tablericon "receipt-2" "Receipt" "{width: 20, height: 20}" %}
|
{% tablericon "receipt-2" "Receipt" "{width: 20, height: 20}" %}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
{% tablericon "arrow-left" "Previous site" %}
|
{% tablericon "arrow-left" "Previous site" %}
|
||||||
</a>
|
</a>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<a href="https://webri.ng/webring/cssjoy/random?via=https://coryd.dev/webrings" class="icon--bold mx-4 flex flex-row items-center font-semibold p-2 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-purple-500 icon--24">
|
<a href="https://webri.ng/webring/cssjoy/random?via=https://coryd.dev/webrings" class="icon--bold mx-4 flex flex-row items-center font-semibold p-2 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-pink-500 icon--24">
|
||||||
{% tablericon "dice-3" "Random site" %}
|
{% tablericon "dice-3" "Random site" %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
The Claw Webring
|
The Claw Webring
|
||||||
</h3>
|
</h3>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<a href="https://github.com/whitep4nth3r/the-claw-webring" class="flex flex-row items-start md:items-center font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-purple-500">
|
<a href="https://github.com/whitep4nth3r/the-claw-webring" class="flex flex-row items-start md:items-center font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-purple-600 dark:bg-purple-400 hover:bg-pink-500">
|
||||||
<span class="icon--bold pt-1 md:pt-0 mr-1 icon--20">
|
<span class="icon--bold pt-1 md:pt-0 mr-1 icon--20">
|
||||||
{% tablericon "user-plus" "Join!" %}
|
{% tablericon "user-plus" "Join!" %}
|
||||||
</span>
|
</span>
|
||||||
|
|
Reference in a new issue