Skip to content

Commit 200e4ec

Browse files
committed
Add badge with link to fediverse.
1 parent 7d42551 commit 200e4ec

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

www/update/changelog.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,23 @@
1616
padding: 15px 10px 15px 50px;
1717
background: #E5E5DB url(https://cdn.mountainduck.io/images/mountainduck_y_32.png) no-repeat 10px 10px;
1818
border: 1px solid #cccccc;
19-
color: black;
19+
color: #000;
20+
}
21+
22+
p.mountainduck a:link, p.mountainduck a:visited {
23+
color: #000;
24+
}
25+
26+
p.mastodon {
27+
display: block;
28+
padding: 15px 10px 15px 50px;
29+
background: #595aff url(https://cdn.cyberduck.io/img/1f9a3.svg) no-repeat 10px 10px;
30+
border: 1px solid #cccccc;
31+
color: #fff;
32+
}
33+
34+
p.mastodon a:link, p.mastodon a:visited {
35+
color: #fff;
2036
}
2137

2238
.label-warning {
@@ -57,6 +73,10 @@
5773
explorer for Mac & Windows.
5874
</p>
5975

76+
<p class="mastodon">
77+
<strong><a target="_blank" href="https://fosstodon.org/@cyberduck">Follow us</a></strong> on Mastodon.
78+
</p>
79+
6080
<p>
6181
<a target="_blank" href="https://trac.cyberduck.io/milestone/8.5.5"><strong>Version 8.5.5</strong></a>
6282
</p>

0 commit comments

Comments
 (0)