Skip to content

Commit 3d13a06

Browse files
committed
adoption: badge hover state dark mode
1 parent a66ffb6 commit 3d13a06

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

docs/.vuepress/public/css/variables.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,13 @@ iframe.playground {
106106
color: var(--docs-dark);
107107
vertical-align: middle;
108108
line-height: 1;
109+
text-decoration: none;
110+
}
111+
112+
.foundation-member-badge:visited,
113+
.foundation-member-badge:hover,
114+
.foundation-member-badge:focus,
115+
.foundation-member-badge:active {
116+
color: var(--docs-dark);
117+
text-decoration: none;
109118
}

docs/adoption/desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lastUpdated: false
1818
<div class="tagline">
1919
<h3>
2020
<a href="https://www.anchorwatch.com/" target="_blank">AnchorWatch</a>
21-
<span class="foundation-member-badge">Foundation Member</span>
21+
<a class="foundation-member-badge" href="/foundation/members">Foundation Member</a>
2222
</h3>
2323
<p>Protect your bitcoin with regulated insurance and enterprise-grade multi-institutional custody.</p>
2424
</div>

docs/adoption/mobile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lastUpdated: false
1818
<div class="tagline">
1919
<h3>
2020
<a href="https://proton.me/wallet" target="_blank">Proton Wallet</a>
21-
<span class="foundation-member-badge">Foundation Member</span>
21+
<a class="foundation-member-badge" href="/foundation/members">Foundation Member</a>
2222
</h3>
2323
<p>A self-custodial Bitcoin wallet from the makers of Proton Mail.</p>
2424
</div>

docs/adoption/web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ lastUpdated: false
1818
<div class="tagline">
1919
<h3>
2020
<a href="https://proton.me/wallet" target="_blank">Proton Wallet</a>
21-
<span class="foundation-member-badge">Foundation Member</span>
21+
<a class="foundation-member-badge" href="/foundation/members">Foundation Member</a>
2222
</h3>
2323
<p>A self-custodial Bitcoin wallet from the makers of Proton Mail.</p>
2424
</div>

0 commit comments

Comments
 (0)