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 @@

Links

Social

Elsewhere

@@ -53,13 +53,13 @@

Cool stuff I use

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; }