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

@ -19,7 +19,7 @@ meta:
---
<div class="flex items-center justify-center w-full not-prose mb-6">
<div class="border border-blue-500 dark:border-blue-200 bg-white rounded-full overflow-hidden p-4 [&>*]:max-w-xs">
<div class="border border-blue-600 dark:border-blue-400 bg-white rounded-full overflow-hidden p-4 [&>*]:max-w-xs">
{% capture about_alt %}{{ site.name }} - image by David Neal / @reverentgeek{% endcapture %}
{% image './src/assets/img/avatar.webp', about_alt, 'w-full h-auto' %}
</div>