// JavaScript voor night mode toggle $w.onReady(function () { $w('#nightModeBtn').onClick(() => { document.body.classList.toggle('night-mode'); localStorage.setItem('nightMode', document.body.classList.contains('night-mode')); }); // Keuze onthouden if (localStorage.getItem('nightMode') === 'true') { document.body.classList.add('night-mode'); } });
top of page

Foto's bewerken

Siril

PixInsight

Astro Pixel Processor

G.I.M.P.

Welkom op DAG
De website van een amateur hobby astrofotograaf

bottom of page