chore: text color consistency
This commit is contained in:
parent
cdf9604f99
commit
ae230a99ce
33 changed files with 43 additions and 48 deletions
|
@ -34,7 +34,7 @@ By following Federico's steps we can obtain a bearer token to access the API whi
|
|||
|
||||
```liquid
|
||||
{% if articles %}
|
||||
<h2 class="m-0 text-xl font-black leading-tight tracking-normal dark:text-gray-200 md:text-2xl mt-6 mb-4">
|
||||
<h2 class="m-0 text-xl font-black leading-tight tracking-normal dark:text-white md:text-2xl mt-6 mb-4">
|
||||
Reading: favorite articles
|
||||
</h2>
|
||||
<div>
|
||||
|
|
Reference in a new issue