chore: add two static files

The webfinger is my general Mastodon alias.

I use sometimes the CSS files in my emails to stylize them a bit.
This commit is contained in:
Lucien Cartier-Tilet 2023-05-14 16:53:03 +02:00
parent 4f0aee4c62
commit c1f6a4b110
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1 @@
{"subject":"acct:phundrak@emacs.ch","aliases":["https://emacs.ch/@phundrak","https://emacs.ch/users/phundrak"],"links":[{"rel":"http://webfinger.net/rel/profile-page","type":"text/html","href":"https://emacs.ch/@phundrak"},{"rel":"self","type":"application/activity+json","href":"https://emacs.ch/users/phundrak"},{"rel":"http://ostatus.org/schema/1.0/subscribe","template":"https://emacs.ch/authorize_interaction?uri={uri}"}]}

View File

@ -0,0 +1,18 @@
body {
margin: 3em;
}
body, code,p {
background: #e5e9f0 !important;
line-height: 1.4 !important;
color: #2E3440;
font-size: 16px !important;
}
blockquote, blockquote p {
border-left-color: #3b4252;
}
pre {
padding: 10px;
}