From 9e1aa234d3a4063662bcfdc1b92f3a8af49ca319 Mon Sep 17 00:00:00 2001 From: Yuliya Bagriy Date: Sun, 7 Jan 2024 23:49:27 -0500 Subject: [PATCH] improve old/new --- layouts/articles/single.html | 6 +++--- layouts/partials/internal-link-classes.html | 2 +- tailwind.config.js | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/layouts/articles/single.html b/layouts/articles/single.html index 0787a290..73f14516 100644 --- a/layouts/articles/single.html +++ b/layouts/articles/single.html @@ -24,15 +24,15 @@
{{ with $prev }} - older + older {{ end }} {{ if and $prev $next }} -   ·   ·   ·   +   ·   ·   ·   {{ end }} {{ with $next }} - newer + newer {{ end }}
{{ end }} \ No newline at end of file diff --git a/layouts/partials/internal-link-classes.html b/layouts/partials/internal-link-classes.html index 44d791d9..0cfaf414 100644 --- a/layouts/partials/internal-link-classes.html +++ b/layouts/partials/internal-link-classes.html @@ -1 +1 @@ -transition-colors duration-300 before:content-['[['] after:content-[']]'] hover:text-blue-500 focus:text-blue-500 before:text-blue-500 after:text-blue-500 before:text-[1.05em] after:text-[1.05em] +before:content-['[['] after:content-[']]'] before:text-[1.05em] after:text-[1.05em] before:text-blue-500 after:text-blue-500 hover:text-blue-500 focus:text-blue-500 transition-colors duration-300 diff --git a/tailwind.config.js b/tailwind.config.js index ad573dd4..b9b2830d 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -127,7 +127,6 @@ module.exports = { }, extend: { // TODO: use variables for colors - theme - // TODO: better styling for old/new // TODO: better styling for listing // TODO: footer // TODO: header