aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/styles-navigator.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/styles-navigator.html')
-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);
}