From 768acc6577fad477bb58dfa36c51360802d3d3c1 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Fri, 13 Mar 2026 13:18:45 +0100 Subject: [PATCH] =?UTF-8?q?Legg=20til=20kildekode-lenke=20i=20footer=20p?= =?UTF-8?q?=C3=A5=20alle=20sider?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- public/index.html | 3 ++- public/lonn/index.html | 2 +- public/lonn/style.css | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 86190a3..cc6318a 100644 --- a/public/index.html +++ b/public/index.html @@ -125,6 +125,7 @@ color: var(--ink3); border-top: 1px solid var(--border); } + footer a { color: var(--ink3); } @@ -148,7 +149,7 @@
- Tallene er illustrative og ikke finansiell rådgivning + Tallene er illustrative og ikke finansiell rådgivning · Kildekode
diff --git a/public/lonn/index.html b/public/lonn/index.html index c91d7eb..c646e09 100644 --- a/public/lonn/index.html +++ b/public/lonn/index.html @@ -161,7 +161,7 @@
- Laget med Chart.js · Tallene er illustrative og ikke finansiell rådgivning + Laget med Chart.js · Tallene er illustrative og ikke finansiell rådgivning · Kildekode
diff --git a/public/lonn/style.css b/public/lonn/style.css index 7745725..8db04e6 100644 --- a/public/lonn/style.css +++ b/public/lonn/style.css @@ -355,6 +355,7 @@ footer { border-top: 1px solid var(--border); margin-top: 3rem; } +footer a { color: var(--ink3); } /* RESPONSIVE CHART HEIGHTS */ .h-240 { height: 240px; }