summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2015-12-20 23:27:52 +0100
committertg(x) <*@tg-x.net>2015-12-20 23:27:52 +0100
commita850ad35888a34cc6d330c73dbc1cee00f479522 (patch)
treee91e022581a80b031d81914d8066cec754d77312
parente11713480e8f3a805ac494d7e398254e5b6d2b62 (diff)
downloadmerchant-a850ad35888a34cc6d330c73dbc1cee00f479522.tar.gz
merchant-a850ad35888a34cc6d330c73dbc1cee00f479522.tar.bz2
merchant-a850ad35888a34cc6d330c73dbc1cee00f479522.zip
colours
-rw-r--r--src/frontend/checkout.php4
-rw-r--r--src/frontend/execute.php4
-rw-r--r--src/frontend/fulfillment.php4
-rw-r--r--src/frontend/index.html4
4 files changed, 8 insertions, 8 deletions
diff --git a/src/frontend/checkout.php b/src/frontend/checkout.php
index 7947481b..e4dd8ebd 100644
--- a/src/frontend/checkout.php
+++ b/src/frontend/checkout.php
@@ -64,8 +64,8 @@
<header>
<div id="logo">
<svg height="100" width="100">
- <circle cx="50" cy="50" r="40" stroke="black" stroke-width="6" fill="white" />
- <text x="19" y="82" font-family="Verdana" font-size="90" fill="black">S</text>
+ <circle cx="50" cy="50" r="40" stroke="darkcyan" stroke-width="6" fill="white" />
+ <text x="19" y="82" font-family="Verdana" font-size="90" fill="darkcyan">S</text>
</svg>
</div>
diff --git a/src/frontend/execute.php b/src/frontend/execute.php
index b5cc5dfb..61c8e197 100644
--- a/src/frontend/execute.php
+++ b/src/frontend/execute.php
@@ -49,8 +49,8 @@ document.addEventListener("taler-payment-result", function (e) {
<header>
<div id="logo">
<svg height="100" width="100">
- <circle cx="50" cy="50" r="40" stroke="black" stroke-width="6" fill="white" />
- <text x="19" y="82" font-family="Verdana" font-size="90" fill="black">S</text>
+ <circle cx="50" cy="50" r="40" stroke="darkcyan" stroke-width="6" fill="white" />
+ <text x="19" y="82" font-family="Verdana" font-size="90" fill="darkcyan">S</text>
</svg>
</div>
<h1>Toy Store - Taler Demo</h1>
diff --git a/src/frontend/fulfillment.php b/src/frontend/fulfillment.php
index f22fd1d8..32f3c0cd 100644
--- a/src/frontend/fulfillment.php
+++ b/src/frontend/fulfillment.php
@@ -9,8 +9,8 @@
<header>
<div id="logo">
<svg height="100" width="100">
- <circle cx="50" cy="50" r="40" stroke="black" stroke-width="6" fill="white" />
- <text x="19" y="82" font-family="Verdana" font-size="90" fill="black">S</text>
+ <circle cx="50" cy="50" r="40" stroke="darkcyan" stroke-width="6" fill="white" />
+ <text x="19" y="82" font-family="Verdana" font-size="90" fill="darkcyan">S</text>
</svg>
</div>
diff --git a/src/frontend/index.html b/src/frontend/index.html
index 59a52731..c67f8a58 100644
--- a/src/frontend/index.html
+++ b/src/frontend/index.html
@@ -32,8 +32,8 @@
<header>
<div id="logo">
<svg height="100" width="100">
- <circle cx="50" cy="50" r="40" stroke="black" stroke-width="6" fill="white" />
- <text x="19" y="82" font-family="Verdana" font-size="90" fill="black">S</text>
+ <circle cx="50" cy="50" r="40" stroke="darkcyan" stroke-width="6" fill="white" />
+ <text x="19" y="82" font-family="Verdana" font-size="90" fill="darkcyan">S</text>
</svg>
</div>