changed label
This commit is contained in:
parent
452ec3e2d1
commit
01bbe55589
3 changed files with 20 additions and 52 deletions
19
popup.html
19
popup.html
|
|
@ -4,6 +4,25 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Copay</title>
|
||||
<style>
|
||||
body { background-color: #2C3E50; }
|
||||
a {
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
background-color: #008cba;
|
||||
color: #fff;
|
||||
display: block;
|
||||
font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
|
||||
margin: 20px 0;
|
||||
opacity: .8;
|
||||
outline: none;
|
||||
padding: 10px;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
}
|
||||
a:hover { opacity: 1; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="index.html#signin" target="_blank">Open wallet</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue