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.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/default/layouts/partials/styles-navigator.html b/themes/default/layouts/partials/styles-navigator.html
new file mode 100644
index 0000000..725f8c4
--- /dev/null
+++ b/themes/default/layouts/partials/styles-navigator.html
@@ -0,0 +1,14 @@
+icon-navigator a[href="{{ .Link }}"],
+column-left nav a[href="{{ .Link }}"] {
+ font-weight: 700;
+}
+
+column-left nav a[href="{{ .Link }}"] {
+ background-color: #f0f6ff;
+ background-color: var(--hover-alternate);
+}
+
+icon-navigator a[href="{{ .Link }}"] svg {
+ fill: #e5f0ff;
+ fill: var(--active-alternate);
+}