From f739ad8c8a57b8954530baab4f13fc5f2bd953cb Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:10:21 -0400 Subject: [PATCH] Update architecture chart colors and text --- landing/SeedPass_Chart.mmd | 9 +++++++-- landing/index.html | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/landing/SeedPass_Chart.mmd b/landing/SeedPass_Chart.mmd index 9fc3e04..e3aa511 100644 --- a/landing/SeedPass_Chart.mmd +++ b/landing/SeedPass_Chart.mmd @@ -1,7 +1,12 @@ --- config: layout: fixed - theme: neo-dark + theme: base + themeVariables: + primaryColor: '#e94a39' + primaryBorderColor: '#e94a39' + primaryTextColor: '#ffffff' + lineColor: '#e94a39' look: classic --- flowchart TD @@ -11,7 +16,7 @@ flowchart TD end subgraph subGraph1["Backup Pipeline"] direction TB - BK1["Incremental Backups
(BackupManager)"] + BK1["Timestamped Backups
(BackupManager)"] BK2["Portable Backup
(portable_backup.py)
.json.enc"] BK3["Nostr Snapshot
(nostr.client)
gzip chunks"] end diff --git a/landing/index.html b/landing/index.html index ae38bb9..bd90bab 100644 --- a/landing/index.html +++ b/landing/index.html @@ -63,7 +63,12 @@ --- config: layout: fixed - theme: neo-dark + theme: base + themeVariables: + primaryColor: '#e94a39' + primaryBorderColor: '#e94a39' + primaryTextColor: '#ffffff' + lineColor: '#e94a39' look: classic --- flowchart TD @@ -73,7 +78,7 @@ flowchart TD end subgraph subGraph1["Backup Pipeline"] direction TB - BK1["Incremental Backups
(BackupManager)"] + BK1["Timestamped Backups
(BackupManager)"] BK2["Portable Backup
(portable_backup.py)
.json.enc"] BK3["Nostr Snapshot
(nostr.client)
gzip chunks"] end