aboutsummaryrefslogtreecommitdiff
path: root/webextension/static/withdraw.html
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-01 14:16:56 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-01 14:16:56 +0530
commit609397d95a73bdae55de41c47b19932e810d0320 (patch)
tree34fb9168eb25567c2d14daa5f69301d6932d58c1 /webextension/static/withdraw.html
parent3f52d293be88f19e8e68aaa8ee6a80cd6c7cc47a (diff)
downloadwallet-core-609397d95a73bdae55de41c47b19932e810d0320.tar.xz
drastically reduce permissions for Web integration
The old web integration with more permissions is still available on an opt-in basis.
Diffstat (limited to 'webextension/static/withdraw.html')
-rw-r--r--webextension/static/withdraw.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/webextension/static/withdraw.html b/webextension/static/withdraw.html
index d2aab1b64..5137204bd 100644
--- a/webextension/static/withdraw.html
+++ b/webextension/static/withdraw.html
@@ -11,7 +11,11 @@
<body>
<section id="main">
- <h1>GNU Taler Wallet</h1>
+ <div style="border-bottom: 3px dashed #aa3939; margin-bottom: 2em;">
+ <h1 style="font-family: monospace; font-size: 250%;">
+ <span style="color: #aa3939;">❰</span>Taler Wallet<span style="color: #aa3939;">❱</span>
+ </h1>
+ </div>
<div class="fade" id="container"></div>
</section>
</body>