Contact form
This commit is contained in:
parent
178e6a92fa
commit
27b382ffb9
2 changed files with 1 additions and 4 deletions
|
@ -12,9 +12,6 @@ If you want to reach out, please do so via my email at [daniel@lyte.dev][e],
|
|||
[join my Discord server][d], [mesage me on the Matrix fediverse][m], or
|
||||
`@lytedev` across the usual IRC networks.
|
||||
|
||||
There was once a contact form here, but spam and script kiddies ruin the fun
|
||||
parts of the internet and I wouldn't have it any other way. ❤️
|
||||
|
||||
[e]: mailto:daniel@lyte.dev
|
||||
[d]: https://discord.gg/jUCXCYp
|
||||
[m]: https://matrix.to/#/@lytedev:matrix.org
|
||||
|
|
|
@ -65,7 +65,7 @@ html,body
|
|||
position absolute
|
||||
right 0
|
||||
|
||||
> p code
|
||||
> p code, > h1 code, > h2 code, > h3 code, > h4 code, > h5 code, > h6 code, blockquote code
|
||||
padding 0.1em 0.25em
|
||||
border-radius 0.25em
|
||||
background-color var(--inline-code-bg)
|
||||
|
|
Loading…
Reference in a new issue