blob: cfb15ca3fb3882461a7566623ad1a6384dcc39eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<script type="module" src="https://unpkg.com/mastodon-widget"></script>
<mastodon-widget account="Verdant@c7.io" limit="10" header="true">
</mastodon-widget>
<style>
header,
.post-title,
.post-info {
display: none !important;
}
mastodon-weight {
background-color: black !important;
}
</style>
|