From a5e6bb93032ee32f2fa19689455e6cb8dd9f3da9 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 22 Jun 2023 16:04:35 -0300 Subject: content: generatePreviousNextLinks: don't color prev/next links --- src/content/dependencies/generatePreviousNextLinks.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/dependencies/generatePreviousNextLinks.js b/src/content/dependencies/generatePreviousNextLinks.js index ab10b729..6cffcef4 100644 --- a/src/content/dependencies/generatePreviousNextLinks.js +++ b/src/content/dependencies/generatePreviousNextLinks.js @@ -15,6 +15,7 @@ export default { !html.isBlank(slots.previousLink) && slots.previousLink.slots({ tooltip: true, + color: false, attributes: {id: 'previous-button'}, content: language.$('misc.nav.previous'), }), @@ -22,6 +23,7 @@ export default { !html.isBlank(slots.nextLink) && slots.nextLink?.slots({ tooltip: true, + color: false, attributes: {id: 'next-button'}, content: language.$('misc.nav.next'), }), -- cgit 1.3.0-6-gf8a5