From 0d14de6becdaf1025b739a454abc187000823784 Mon Sep 17 00:00:00 2001 From: hellerve Date: Fri, 21 Jun 2019 17:28:52 +0200 Subject: [PATCH] =?UTF-8?q?index:=20add=20=E2=88=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index 1591fc2..9a75f02 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,12 @@ font-size: 22px; font-weight: 400; } + .main h2:before { + content: "∧"; + margin-right: 0.5em; + font-size: 1.5rem; + color: lightgrey; + } .main a { color: #000; text-decoration: none;