chore: text color consistency
This commit is contained in:
parent
cdf9604f99
commit
ae230a99ce
33 changed files with 43 additions and 48 deletions
|
@ -1,5 +1,5 @@
|
|||
{% if mentions['link-to'].size > 0 %}
|
||||
<h2 class="text-lg md:text-xl font-black leading-tight dark:text-gray-200">Links</h2>
|
||||
<h2 class="text-lg md:text-xl font-black leading-tight dark:text-white">Links</h2>
|
||||
<div class="mt-2.5 flex flex-col not-prose">
|
||||
<ul class="list-inside list-disc pl-5 md:pl-10">
|
||||
{% for mention in mentions['link-to'] %}
|
||||
|
|
Reference in a new issue