chore: simplify colors
This commit is contained in:
parent
67adea35a3
commit
ec35c70418
29 changed files with 79 additions and 75 deletions
src/_includes/partials/webmentions
|
@ -4,7 +4,7 @@
|
|||
<ul class="list-inside list-disc pl-5 md:pl-10">
|
||||
{% for mention in mentions['link-to'] %}
|
||||
<li class="mt-1.5 mb-2">
|
||||
<a href="{{ mention.url }}" class="text-blue-500 hover:text-blue-600 dark:text-blue-400 dark:hover:text-blue-300">
|
||||
<a href="{{ mention.url }}" class="text-blue-500 hover:text-blue-600 dark:text-blue-400 dark:hover:text-blue-200">
|
||||
{{ mention.name }}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Reference in a new issue