aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-08-30 17:02:02 -0400
committertdro <tdro@noreply.example.com>2023-08-30 17:03:22 -0400
commite3f3e059c90cbf96005532aaceb899a67477b2bb (patch)
tree148752c8e561d6bf1e3ec30b79ceca8371c87467 /themes/default/layouts
parent497f0cf5f7b331db936a9a15c38c9be8211ce608 (diff)
downloadcanory-e3f3e059c90cbf96005532aaceb899a67477b2bb.tar.gz
canory-e3f3e059c90cbf96005532aaceb899a67477b2bb.tar.bz2
canory-e3f3e059c90cbf96005532aaceb899a67477b2bb.zip
themes/default/layouts/partials/styles-navigator: Fix icon hover contrast
Sort color schemes
Diffstat (limited to 'themes/default/layouts')
-rw-r--r--themes/default/layouts/partials/styles-navigator.html9
1 files changed, 7 insertions, 2 deletions
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);
}