no more twitter

This commit is contained in:
Max Bradbury 2023-02-07 08:45:23 +00:00
parent cb4d8bd53e
commit c02801e0d5
1 changed files with 19 additions and 19 deletions

View File

@ -302,7 +302,7 @@
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffefa7', endColorstr='#feae27',GradientType=0 );
}
button.twitter {
button.mastodon {
background: #51aaea;
background: -moz-linear-gradient(top, #51aaea 0%, #3375a6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51aaea), color-stop(100%,#3375a6));
@ -1157,8 +1157,8 @@
</div>
<div class="centre">
<form action="https://twitter.com/synth_ruiner" method="post" target="_blank">
<button class="twitter">say hi</button>
<form action="https://timetheft.social/@tinybird" method="post" target="_blank">
<button class="mastodon">say hi</button>
</form>
</div>