Use a darker blue
This commit is contained in:
parent
c1278f7d6f
commit
9058eb107e
4 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ intro_text: |
|
|||
{% for talk in data.posts|sort((a, b) => a.date < b.date) %}
|
||||
<article>
|
||||
<h2>
|
||||
<a class="text-blue-700 dark:text-blue-400" href="{{ talk.url }}">
|
||||
<a class="text-blue-800 dark:text-blue-400" href="{{ talk.url }}">
|
||||
{{ talk.title }}
|
||||
</a>
|
||||
</h2>
|
||||
|
|
|
@ -11,7 +11,7 @@ intro_text: |
|
|||
{% for talk in data.talks|sort((a,b) => a.sortable_date < b.sortable_date) %}
|
||||
<article>
|
||||
<h2>
|
||||
<a class="text-blue-700 dark:text-blue-400" href="{{ talk.url }}">
|
||||
<a class="text-blue-800 dark:text-blue-400" href="{{ talk.url }}">
|
||||
{{ talk.title }}
|
||||
</a>
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue