diff --git a/configs/bank-landing/index.html b/configs/bank-landing/index.html
index 2a20f02..758faf9 100644
--- a/configs/bank-landing/index.html
+++ b/configs/bank-landing/index.html
@@ -274,7 +274,9 @@
flex-shrink: 0;
display: block;
}
- .app-ico path, .app-ico circle, .app-ico rect { fill: currentColor; }
+ .app-ico:not(.browser-ico) path,
+ .app-ico:not(.browser-ico) circle,
+ .app-ico:not(.browser-ico) rect { fill: currentColor; }
.app-ico.stroke-ico path, .app-ico.stroke-ico circle, .app-ico.stroke-ico rect {
fill: none;
stroke: currentColor;
@@ -291,9 +293,10 @@
.hub-icons {
display: inline-flex;
align-items: center;
- gap: 0.35rem;
+ gap: 0.4rem;
}
- .hub-icons .app-ico { width: 1.05rem; height: 1.05rem; }
+ .hub-icons .app-ico { width: 1.25rem; height: 1.25rem; }
+ .hub-icons .browser-ico { border-radius: 3px; flex-shrink: 0; }
.step-tagline .app-ico {
width: 1rem;
height: 1rem;
@@ -686,31 +689,41 @@
-
-
-
-
diff --git a/configs/bank-landing/shop-pay.js b/configs/bank-landing/shop-pay.js
index b8a1543..b3fa4ca 100644
--- a/configs/bank-landing/shop-pay.js
+++ b/configs/bank-landing/shop-pay.js
@@ -62,7 +62,7 @@
'
Pay with Taler
' +
' ' +
' Preparing payment…
' +
- ' ① Wallet payment
' +
+ ' Wallet payment
' +
' Scan with the GNU Taler Wallet to pay this product
' +
' ' +
'
' +
diff --git a/configs/exchange-landing/index.html b/configs/exchange-landing/index.html
index 2024995..0a418eb 100644
--- a/configs/exchange-landing/index.html
+++ b/configs/exchange-landing/index.html
@@ -118,16 +118,17 @@
font-weight: 600; font-size: 0.82rem; gap: 0.5rem;
}
.app-ico { width: 1.15rem; height: 1.15rem; flex-shrink: 0; display: block; }
- .app-ico path, .app-ico circle, .app-ico rect { fill: currentColor; }
+ .app-ico:not(.browser-ico) path,
+ .app-ico:not(.browser-ico) circle,
+ .app-ico:not(.browser-ico) rect { fill: currentColor; }
.app-ico.stroke-ico path, .app-ico.stroke-ico circle, .app-ico.stroke-ico rect {
fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
.app-btn:not(.ios):not(.hub) .app-ico { color: #f0c86a; }
.app-btn.ios .app-ico { color: #5eead4; }
- .hub-icons { display: inline-flex; align-items: center; gap: 0.35rem; }
- .hub-icons .app-ico { width: 1.05rem; height: 1.05rem; }
- .hub-icons .app-ico.gold { color: #f0c86a; }
- .hub-icons .app-ico.blue { color: #3ecfbf; }
+ .hub-icons { display: inline-flex; align-items: center; gap: 0.4rem; }
+ .hub-icons .app-ico { width: 1.25rem; height: 1.25rem; }
+ .hub-icons .browser-ico { border-radius: 3px; flex-shrink: 0; }
.step-tagline .app-ico {
width: 1rem; height: 1rem; display: inline-block; vertical-align: -0.15em; margin: 0 0.12em;
}
@@ -234,27 +235,41 @@
App Store
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- Browser platforms (experimental)
+ Web browsers (experimental)
diff --git a/configs/merchant-landing/index.html b/configs/merchant-landing/index.html
index b5665fd..0cd7e53 100644
--- a/configs/merchant-landing/index.html
+++ b/configs/merchant-landing/index.html
@@ -274,16 +274,18 @@
font-weight: 600; font-size: 0.82rem; gap: 0.5rem;
}
.app-ico { width: 1.15rem; height: 1.15rem; flex-shrink: 0; display: block; }
- .app-ico path, .app-ico circle, .app-ico rect { fill: currentColor; }
+ /* monochrome app icons only — browser-ico uses multi-colour fill attrs */
+ .app-ico:not(.browser-ico) path,
+ .app-ico:not(.browser-ico) circle,
+ .app-ico:not(.browser-ico) rect { fill: currentColor; }
.app-ico.stroke-ico path, .app-ico.stroke-ico circle, .app-ico.stroke-ico rect {
fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round;
}
.app-btn:not(.ios):not(.hub) .app-ico { color: #c4b5fd; }
.app-btn.ios .app-ico { color: #5eead4; }
- .hub-icons { display: inline-flex; align-items: center; gap: 0.35rem; }
- .hub-icons .app-ico { width: 1.05rem; height: 1.05rem; }
- .hub-icons .app-ico.gold { color: #e9d5ff; }
- .hub-icons .app-ico.blue { color: #93c5fd; }
+ .hub-icons { display: inline-flex; align-items: center; gap: 0.4rem; }
+ .hub-icons .app-ico { width: 1.25rem; height: 1.25rem; }
+ .hub-icons .browser-ico { border-radius: 3px; flex-shrink: 0; }
.step-tagline .app-ico {
width: 1rem; height: 1rem; display: inline-block; vertical-align: -0.15em; margin: 0 0.1em;
}
@@ -456,27 +458,45 @@
App Store
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- Browser platforms (experimental)
+ Web browsers (experimental)
diff --git a/configs/merchant-landing/shop-pay.js b/configs/merchant-landing/shop-pay.js
index b8a1543..b3fa4ca 100644
--- a/configs/merchant-landing/shop-pay.js
+++ b/configs/merchant-landing/shop-pay.js
@@ -62,7 +62,7 @@
' Pay with Taler
' +
' ' +
' Preparing payment…
' +
- ' ① Wallet payment
' +
+ ' Wallet payment
' +
' Scan with the GNU Taler Wallet to pay this product
' +
'