diff options
author | dzwdz | 2023-11-11 13:00:30 +0100 |
---|---|---|
committer | dzwdz | 2023-11-11 13:00:30 +0100 |
commit | 3fa1272b0a05a1371bdad78c03db651950ab5200 (patch) | |
tree | 0ee4db4c3a5f407f15ea86d1b10f9fdcc067d33f | |
parent | f54e1cb32ad49807d75dc64bde9b9563d7f36531 (diff) |
add oftc, add box-shadow
-rw-r--r-- | src/index.sh | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/index.sh b/src/index.sh index 03e300f..43bb64f 100644 --- a/src/index.sh +++ b/src/index.sh @@ -16,7 +16,8 @@ body { font-family: sans-serif; line-height: 1.3; margin: 2em auto; - padding: 0 1ch; + padding: 1em 1ch; + box-shadow: 5px 5px 10px rgba(0,0,0,0.1); } .sidenote { @@ -44,7 +45,11 @@ span { </head> <body> <div><span>irc</span> -dzwdz on {<a href="https://libera.chat">libera</a>,<a href="https://tilde.chat">tilde</a>}.chat</div> +dzwdz on +<a href="https://libera.chat">libera</a>, +<a href="https://oftc.net">oftc</a>, +<a href="https://tilde.chat">tilde.chat</a> +</div> <div><span>email</span> dzwdz at <a href="https://disroot.org">disroot</a></div> <div><span>feeds</span> @@ -52,12 +57,9 @@ dzwdz at <a href="https://disroot.org">disroot</a></div> <a href="https://tilde.town/~dzwdz/blog/feed.ass">ass</a> </div> <div><span>pronounce</span> -dźwiedź -, -дведь -, -/d͡ʑviɛd͡ʑ/ -, +dźwiedź, +дведь, +/d͡ʑviɛd͡ʑ/, <a href="https://tilde.town/~dzwdz/dzwdz1.ogg">.ogg</a> </div> <br> |