diff --git a/PanTS-Demo/public/apple-touch-icon.png b/PanTS-Demo/public/apple-touch-icon.png
index a6a0e959..c89e6726 100644
Binary files a/PanTS-Demo/public/apple-touch-icon.png and b/PanTS-Demo/public/apple-touch-icon.png differ
diff --git a/PanTS-Demo/public/bodymaps-logo.svg b/PanTS-Demo/public/bodymaps-logo.svg
index 186e78f9..211fbff3 100644
--- a/PanTS-Demo/public/bodymaps-logo.svg
+++ b/PanTS-Demo/public/bodymaps-logo.svg
@@ -1,5 +1,5 @@
diff --git a/PanTS-Demo/public/favicon-16.png b/PanTS-Demo/public/favicon-16.png
index 487e6975..ade71797 100644
Binary files a/PanTS-Demo/public/favicon-16.png and b/PanTS-Demo/public/favicon-16.png differ
diff --git a/PanTS-Demo/public/favicon-32.png b/PanTS-Demo/public/favicon-32.png
index 8f49c1ff..7e2ffbe7 100644
Binary files a/PanTS-Demo/public/favicon-32.png and b/PanTS-Demo/public/favicon-32.png differ
diff --git a/PanTS-Demo/public/favicon.svg b/PanTS-Demo/public/favicon.svg
index c95d361b..1f70a640 100644
--- a/PanTS-Demo/public/favicon.svg
+++ b/PanTS-Demo/public/favicon.svg
@@ -1,6 +1,6 @@
diff --git a/PanTS-Demo/public/og-image-1200x630.png b/PanTS-Demo/public/og-image-1200x630.png
index 717ffccf..2c90655b 100644
Binary files a/PanTS-Demo/public/og-image-1200x630.png and b/PanTS-Demo/public/og-image-1200x630.png differ
diff --git a/PanTS-Demo/src/components/SiteFooter/SiteFooter.module.css b/PanTS-Demo/src/components/SiteFooter/SiteFooter.module.css
index b63d5591..ff2da35b 100644
--- a/PanTS-Demo/src/components/SiteFooter/SiteFooter.module.css
+++ b/PanTS-Demo/src/components/SiteFooter/SiteFooter.module.css
@@ -29,13 +29,13 @@
}
.link {
- color: var(--accent-deep);
+ color: #002d72;
font-weight: 500;
text-decoration: underline; /* non-color affordance at rest (WCAG 1.4.1) */
text-underline-offset: 2px;
}
.link:hover {
- color: var(--accent-deep-hover);
+ color: #001d4a;
}
@media (max-width: 640px) {
diff --git a/PanTS-Demo/src/components/viewer/FlyoutPrimitives.css b/PanTS-Demo/src/components/viewer/FlyoutPrimitives.css
index c22a9f46..5e696533 100644
--- a/PanTS-Demo/src/components/viewer/FlyoutPrimitives.css
+++ b/PanTS-Demo/src/components/viewer/FlyoutPrimitives.css
@@ -371,7 +371,7 @@
justify-content: center;
width: 16px;
height: 16px;
- color: var(--accent, #3499ff);
+ color: #68ACE5;
animation: atb-check-pop 0.15s ease-out;
}
diff --git a/PanTS-Demo/src/routes/UploadPage.css b/PanTS-Demo/src/routes/UploadPage.css
index dba61c0f..14719025 100644
--- a/PanTS-Demo/src/routes/UploadPage.css
+++ b/PanTS-Demo/src/routes/UploadPage.css
@@ -562,7 +562,7 @@
color: #111111;
}
.model-dropdown-item.selected .model-dropdown-item-name {
- color: #C2532F;
+ color: #002d72;
}
.model-dropdown-item-desc {
font-family: 'Space Grotesk', sans-serif;
@@ -570,7 +570,7 @@
color: #8f8f8f;
}
.model-dropdown-check {
- color: #C2532F;
+ color: #002d72;
flex-shrink: 0;
}
.model-dropdown-item-side {
@@ -595,7 +595,7 @@
padding: 3px 7px;
border-radius: 999px;
background: rgba(0, 45, 114, 0.08);
- color: #C2532F;
+ color: #002d72;
white-space: nowrap;
}
@@ -746,7 +746,7 @@
background: linear-gradient(90deg, #8f8f8f, #002d72);
}
.progress-fill-inference {
- background: linear-gradient(90deg, #6a6a6a, #E76F51);
+ background: linear-gradient(90deg, #6a6a6a, #002d72);
}
/* Indeterminate variant: inference has no real percent-complete signal (nnU-Net
@@ -803,7 +803,7 @@
}
.result-btn-primary {
background: #002d72;
- border-color: #C2532F;
+ border-color: #002d72;
color: #ffffff;
}
.result-btn-primary:hover {
@@ -906,7 +906,7 @@
background: rgba(0, 45, 114, .1);
border: 1px solid rgba(0, 45, 114, .2);
border-radius: 8px;
- color: #C2532F;
+ color: #002d72;
font-family: 'Space Grotesk', sans-serif;
font-size: 11px;
font-weight: 600;
@@ -993,7 +993,7 @@
background: linear-gradient(90deg, #8f8f8f, #002d72);
}
.upload-progress-fill--inference {
- background: linear-gradient(90deg, #6a6a6a, #E76F51);
+ background: linear-gradient(90deg, #6a6a6a, #002d72);
}
.upload-progress-pct {
font-family: 'JetBrains Mono', monospace;
@@ -1117,7 +1117,7 @@
height: 18px;
border-radius: 50%;
border: 2px solid rgba(0, 45, 114, 0.12);
- border-top-color: #C2532F;
+ border-top-color: #002d72;
animation: upload-spin 0.75s linear infinite;
}
@@ -1142,7 +1142,7 @@
padding: 0;
font: inherit;
font-weight: 700;
- color: #C2532F;
+ color: #002d72;
cursor: pointer;
text-decoration: underline;
}
@@ -1159,7 +1159,7 @@
cursor: pointer;
}
.upload-history-link:hover {
- color: #C2532F;
+ color: #002d72;
}
/* ── Processing summary bar (all in-flight scans in one row) ── */
@@ -1185,7 +1185,7 @@
font-family: 'Space Grotesk', sans-serif;
font-size: 11px;
font-weight: 700;
- color: #C2532F;
+ color: #002d72;
}
.proc-info {
flex: 1;
@@ -1204,7 +1204,7 @@
font-family: 'JetBrains Mono', monospace;
font-size: 13px;
font-weight: 700;
- color: #C2532F;
+ color: #002d72;
}
.proc-sub {
display: flex;
@@ -1312,7 +1312,7 @@
display: inline-flex;
align-items: center;
justify-content: center;
- color: #C2532F;
+ color: #002d72;
}
.model-submenu-label {
display: flex;
@@ -1324,7 +1324,7 @@
color: #111111;
}
.model-submenu-item.selected .model-submenu-label {
- color: #C2532F;
+ color: #002d72;
}
.model-submenu-exp {
font-family: 'JetBrains Mono', monospace;