add image for headers

pyrox.dev 2176dc50 c1912626

verified
Changed files
+2 -1
src
_data
static
+1 -1
src/_data/author.toml
···
name = "dish"
url = "https://pyrox.dev"
pronouns = "fox/it/she"
-
icon = "static/images/author.png"
[[links]]
service = "lastdotfm"
link = "https://www.last.fm/user/thehedgeh0g"
···
name = "dish"
url = "https://pyrox.dev"
pronouns = "fox/it/she"
+
image = "static/images/author.png"
[[links]]
service = "lastdotfm"
link = "https://www.last.fm/user/thehedgeh0g"
src/static/images/author.png

This is a binary file and will not be displayed.

+1
src/static/styles.css
···
@layer components {
[data-editor-file] {
@apply transition-all rounded-md;
}
[data-editor-file]:hover {
@apply transition-all outline-blue outline-2 outline-offset-4
···
@layer components {
[data-editor-file] {
@apply transition-all rounded-md;
+
pointer-events: auto;
}
[data-editor-file]:hover {
@apply transition-all outline-blue outline-2 outline-offset-4