From 9058eb107e5ce6a1fa17c2806c8652601978191f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Jun 2021 08:00:00 +0100 Subject: [PATCH] Use a darker blue --- assets/css/components.pcss | 4 ++-- source/_pages/blog.html.twig | 2 +- source/_pages/talks.html.twig | 2 +- source/_partials/navbar.html.twig | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/css/components.pcss b/assets/css/components.pcss index c5229b25..8ed52106 100644 --- a/assets/css/components.pcss +++ b/assets/css/components.pcss @@ -1,7 +1,7 @@ @layer components { .link { - @apply text-blue-700 dark:text-blue-400; - text-decoration-color: theme('colors.blue.700'); + @apply text-blue-800 dark:text-blue-400; + text-decoration-color: theme('colors.blue.800'); text-decoration-line: underline; text-decoration-thickness: 1px; text-underline-offset: 0.1em; diff --git a/source/_pages/blog.html.twig b/source/_pages/blog.html.twig index 0f04f89e..2795d13e 100644 --- a/source/_pages/blog.html.twig +++ b/source/_pages/blog.html.twig @@ -11,7 +11,7 @@ intro_text: | {% for talk in data.posts|sort((a, b) => a.date < b.date) %}

- + {{ talk.title }}

diff --git a/source/_pages/talks.html.twig b/source/_pages/talks.html.twig index 9d276e92..b21291d7 100644 --- a/source/_pages/talks.html.twig +++ b/source/_pages/talks.html.twig @@ -11,7 +11,7 @@ intro_text: | {% for talk in data.talks|sort((a,b) => a.sortable_date < b.sortable_date) %}