diff --git a/objectionable.solutions/index.html b/objectionable.solutions/index.html
index 90a8cc8..11aff44 100644
--- a/objectionable.solutions/index.html
+++ b/objectionable.solutions/index.html
@@ -38,7 +38,7 @@
Social
- - Fedi Where I post, comment and interact. If you want to talk for any reason, this is probably where to find me.
+ - Fedi Where I post, comment and interact. If you want to talk for any reason, this is probably where to find me.
- Tumblr I'm mainly here for the content, may not check for weeks on end. And no posts of my own end up here.
Elsewhere
@@ -53,13 +53,13 @@
diff --git a/objectionable.solutions/style.css b/objectionable.solutions/style.css
index 6fc7dd3..9638f9b 100644
--- a/objectionable.solutions/style.css
+++ b/objectionable.solutions/style.css
@@ -11,9 +11,22 @@ a {
color: #844dff;
}
-a::after {
- content: "🡕"
+h1::before {
+ content: "# "
}
+
+h2::before {
+ content: "## "
+}
+
+h3::before {
+ content: "### "
+}
+
+h4::before {
+ content: "#### "
+}
+
img {
max-width: 300px;
}