fix: color updates

This commit is contained in:
Cory Dransfeldt 2023-10-28 21:00:47 -07:00
parent 5bd5aede22
commit efe464f0e1
18 changed files with 65 additions and 32 deletions

View file

@ -4,7 +4,7 @@ layout: default
permalink: 404.html
---
{% image './src/assets/img/404.jpg', title, 'border border-blue-500 dark:border-blue-200 rounded-lg overflow-hidden [&>*]:w-full' %}
{% image './src/assets/img/404.jpg', title, 'border border-blue-600 dark:border-blue-400 rounded-lg overflow-hidden [&>*]:w-full' %}
<div class="text-center w-full">
<h2
class="m-0 text-4xl font-black leading-tight tracking-normal dark:text-gray-200 md:text-6xl mb-4"
@ -19,7 +19,7 @@ permalink: 404.html
<div class="flex justify-center">
<a
href="/"
class="[&>svg]:h-5 [&>svg]:w-5 [&>svg]:inline icon--bold font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 hover:bg-pink-500"
class="[&>svg]:h-5 [&>svg]:w-5 [&>svg]:inline icon--bold font-semibold py-2 px-4 rounded-full !no-underline !text-white dark:text-gray-900 bg-blue-600 dark:bg-blue-400 hover:bg-blue-800 dark:hover:bg-blue-200"
>
{% tablericon "receipt-2" "Receipt" %} Skip out on the room service bill
</a>