From c5467457c449a712181aa5079462487f0067bd41 Mon Sep 17 00:00:00 2001 From: www daemon Date: Thu, 12 Sep 2024 21:25:15 +0200 Subject: [PATCH] updated objectionable.solutions --- objectionable.solutions/index.html | 16 ++++++++-------- objectionable.solutions/style.css | 17 +++++++++++++++-- 2 files changed, 23 insertions(+), 10 deletions(-) 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; }