From 4bb8a3cf53c87ba5fd398868c3203e349833b90c Mon Sep 17 00:00:00 2001 From: benjamin <bwand@c-base.org> Date: Tue, 15 Dec 2020 15:02:12 +0100 Subject: [PATCH] link zu https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/ --- public/about.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/public/about.html b/public/about.html index 613a3f0..8107153 100644 --- a/public/about.html +++ b/public/about.html @@ -105,6 +105,14 @@ >. Wenn das auf deinem Betriebssystem nicht geht -> Feature-Request an die Programmierer*innen? </p> + <p> + <a + href="https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/" + >Hier auf CSS-tricks.com</a + > + ist eine sehr gute und umfassende Einführung in helles und dunkles + Farbschema. + </p> <h2>Font-Auswahl</h2> <p> Die Seite kann wahlweise in einem aus fünf Fonts angezeigt werden. @@ -145,6 +153,13 @@ >by a media query</a >. </p> + <p> + <a + href="https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/" + >Here on CSS-tricks.com</a + > + is a very good and thorough introduction to dark and light mode. + </p> <h2>Several fonts available</h2> <p> The webpage can be displayed in five different fonts, serving the -- GitLab