From e3f3e059c90cbf96005532aaceb899a67477b2bb Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 30 Aug 2023 17:02:02 -0400 Subject: themes/default/layouts/partials/styles-navigator: Fix icon hover contrast Sort color schemes --- themes/default/layouts/partials/styles-navigator.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'themes/default/layouts') diff --git a/themes/default/layouts/partials/styles-navigator.html b/themes/default/layouts/partials/styles-navigator.html index b7bb3f0..7485408 100644 --- a/themes/default/layouts/partials/styles-navigator.html +++ b/themes/default/layouts/partials/styles-navigator.html @@ -9,6 +9,11 @@ column-base[position="left"] nav a[href="{{ "" | absURL }}{{ .Link }}"] { } icon-navigator a[href="{{ "" | absURL }}{{ .Link }}"] svg { - fill: #e5f0ff; - fill: var(--active-background-alternate); + fill: #cce0ff; + fill: var(--icon-hover-background); +} + +icon-navigator a[href="{{ "" | absURL }}{{ .Link }}"]:focus svg { + fill: #cce0ff; + fill: var(--icon-focus-background); } -- cgit v1.2.3