style: use accented color for links on timeline
This commit is contained in:
parent
a38e9aae5b
commit
56a1637d63
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="mt-3 flex items-center gap-2 text-lg font-semibold text-text">
|
<h3 class="mt-3 flex items-center gap-2 text-lg font-semibold text-text">
|
||||||
<a href="{{ event.link }}" class="hover:text-accent"
|
<a href="{{ event.link }}" class="text-accent hover:text-accent-hover"
|
||||||
>{{ event.title }}</a
|
>{{ event.title }}</a
|
||||||
>
|
>
|
||||||
{# External link — shown when expanded #}
|
{# External link — shown when expanded #}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue