feat: color + accessibility updates
This commit is contained in:
parent
ff7dbdced4
commit
2520d5c009
16 changed files with 42 additions and 32 deletions
|
@ -29,7 +29,7 @@ meta:
|
|||
>
|
||||
<a class="no-underline" href="{{ post.url }}">
|
||||
<h2
|
||||
class="p-name m-0 text-xl font-black leading-tight tracking-normal hover:text-purple-400 dark:text-gray-200 dark:hover:text-purple-400 md:text-2xl"
|
||||
class="p-name m-0 text-xl font-black leading-tight tracking-normal hover:text-pink-500 dark:text-gray-200 dark:hover:text-pink-500 md:text-2xl ease-in-out duration-300"
|
||||
>
|
||||
{{ post.data.title }}
|
||||
</h2>
|
||||
|
|
Reference in a new issue