Skip to content

Commit

Permalink
make it clearer that there is a link (i also tried another link color…
Browse files Browse the repository at this point in the history
…, however, that removes attention from the buttons
  • Loading branch information
r10s committed Jan 30, 2024
1 parent 7b61251 commit 4d9a849
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,20 @@
}

details {
cursor: pointer;
margin-top: 4em;
text-align: center;
}

details summary {
cursor: pointer;
font-size: 11pt;
text-decoration: none;
}

details summary:hover {
text-decoration: underline;
}

details #qrcode {
width:200px;
padding-top: 1em;
Expand Down Expand Up @@ -250,7 +259,7 @@ <h2>
</ol>

<details>
<summary>I have Delta Chat installed on another device</summary>
<summary>Tap if you have Delta Chat on another device</summary>

<div id="qrcode"></div>
<p>
Expand Down

0 comments on commit 4d9a849

Please sign in to comment.