chore: Change default blue colour
This commit is contained in:
parent
d7e543ea4b
commit
efe36b53d8
7 changed files with 10 additions and 7 deletions
|
@ -11,7 +11,7 @@ use:
|
|||
{% for talk in data.talks|sort((a,b) => a.sortable_date < b.sortable_date) %}
|
||||
<article>
|
||||
<h2>
|
||||
<a class="text-blue-800 dark:text-blue-400" href="{{ talk.url }}">
|
||||
<a class="text-blue-primary dark:text-blue-400" href="{{ talk.url }}">
|
||||
{{ talk.title }}
|
||||
</a>
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue