From e4795493fd5f77310c4451d017491e3c9667faa2 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 8 Apr 2023 19:54:42 +0200 Subject: [PATCH] :speech_balloon: add link to source code --- meta.php | 2 +- page/start/index.php | 2 +- page/start/style.css | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta.php b/meta.php index eaef77b..b5ce937 100644 --- a/meta.php +++ b/meta.php @@ -1,6 +1,6 @@ Impressum Datenschutzerklärung + Quellcode v © fritteuseneddie.de 2023 - v diff --git a/page/start/style.css b/page/start/style.css index cac1c6e..f843851 100644 --- a/page/start/style.css +++ b/page/start/style.css @@ -250,3 +250,7 @@ span, li::marker { .section.footer .list .item.contact a, .section.footer .list .item.contact a > span { color: var(--theme); } + +.section.footer .list .item.legal .source-code .version { + color: #aaa; +}