Adjusted links in shared HTML files to new themed brand color

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-14 20:52:21 +02:00
committed by Yannik Bloscheck
parent 48faa90b5e
commit 4fd617684b
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
color-scheme: light dark;
--primary-color: black;
--secondary-color: #555555;
--link-color: #1e96f0;
--link-color: #37653F;
--internal-link-color: black;
--background-color: white;
--separator-color: #0e0e0e;
@@ -20,7 +20,7 @@
:root {
--primary-color: #b5b5b5;
--secondary-color: #858585;
--link-color: #2ea6ff;
--link-color: #659464;
--internal-link-color: darkgrey;
--background-color: black;
--separator-color: #0a0a0a;