Legg til kildekode-lenke i footer på alle sider

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-03-13 13:18:45 +01:00
commit 768acc6577
3 changed files with 4 additions and 2 deletions

View file

@ -125,6 +125,7 @@
color: var(--ink3); color: var(--ink3);
border-top: 1px solid var(--border); border-top: 1px solid var(--border);
} }
footer a { color: var(--ink3); }
</style> </style>
</head> </head>
<body> <body>
@ -148,7 +149,7 @@
</main> </main>
<footer> <footer>
Tallene er illustrative og ikke finansiell rådgivning Tallene er illustrative og ikke finansiell rådgivning · <a href="https://kode.naiv.no/olemd/forskjeller.naiv.no">Kildekode</a>
</footer> </footer>
</body> </body>

View file

@ -161,7 +161,7 @@
</main> </main>
<footer> <footer>
Laget med Chart.js · Tallene er illustrative og ikke finansiell rådgivning Laget med Chart.js · Tallene er illustrative og ikke finansiell rådgivning · <a href="https://kode.naiv.no/olemd/forskjeller.naiv.no">Kildekode</a>
</footer> </footer>
<script src="app.js"></script> <script src="app.js"></script>

View file

@ -355,6 +355,7 @@ footer {
border-top: 1px solid var(--border); border-top: 1px solid var(--border);
margin-top: 3rem; margin-top: 3rem;
} }
footer a { color: var(--ink3); }
/* RESPONSIVE CHART HEIGHTS */ /* RESPONSIVE CHART HEIGHTS */
.h-240 { height: 240px; } .h-240 { height: 240px; }