From d838cee9cb536049119a22e805746d958628387d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 4 Aug 2025 01:23:32 +0200 Subject: Big changes to everything --- src/templates/-navbar.html.tmpl | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'src/templates/-navbar.html.tmpl') diff --git a/src/templates/-navbar.html.tmpl b/src/templates/-navbar.html.tmpl index 33484b8..588f554 100644 --- a/src/templates/-navbar.html.tmpl +++ b/src/templates/-navbar.html.tmpl @@ -8,7 +8,7 @@ } svg { - stroke: var(--color); + stroke: var(--pico-color); height: 1rem; } } @@ -24,31 +24,30 @@ } svg { - --size: 1.2rem; - stroke: var(--primary); + stroke: var(--pico-primary); stroke-width: .1; - height: var(--size); - width: var(--size); + height: 1.2rem; + width: 2rem; } } [data-theme="light"] #nav-icon-theme svg { - fill: var(--primary); + fill: var(--pico-primary); } {{ end }} {{ define "navbar" }} {{ end }} \ No newline at end of file -- cgit v1.2.3