From 0af676766a4596d0c3261edeb3346d63f9b9f8f0 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Fri, 8 Aug 2025 18:09:48 +0200 Subject: [PATCH] Fix link handling Signed-off-by: Nikolaos Karaolidis --- assets/sass/photoswipe.scss | 2 +- layouts/404.html | 2 +- layouts/partials/footer.html | 4 ++-- layouts/partials/head/opengraph.html | 3 +-- layouts/partials/header.html | 4 ++-- layouts/partials/posts/list.html | 2 +- 6 files changed, 8 insertions(+), 9 deletions(-) diff --git a/assets/sass/photoswipe.scss b/assets/sass/photoswipe.scss index f24904c..42fd567 100644 --- a/assets/sass/photoswipe.scss +++ b/assets/sass/photoswipe.scss @@ -1,5 +1,5 @@ .pswp { --pswp-bg: var(--background); --pswp-icon-color: var(--text); - --pswp-icon-color-secondary: var(--text); + --pswp-icon-color-secondary: color-mix(in srgb, var(--text) 30%, var(--background)); } diff --git a/layouts/404.html b/layouts/404.html index 1e9d5c4..4231423 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -4,7 +4,7 @@

404

This is a dead link. Whatever was here, it's gone now.

- Let's pretend this never happenedLet's pretend this never happened.

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index e01fae3..7866816 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@