From 49e7e7d555a6cd9810d81561fa3e98e3d64502be Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 25 May 2023 17:34:08 +0200 Subject: Fixed styling --- themes/simple/layouts/_default/notes.html | 4 +++- themes/simple/layouts/partials/comments.html | 4 ++-- themes/simple/layouts/partials/footer.html | 4 ++-- themes/simple/static/css/tailwind.css | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) (limited to 'themes') diff --git a/themes/simple/layouts/_default/notes.html b/themes/simple/layouts/_default/notes.html index 616234e..e2672e4 100644 --- a/themes/simple/layouts/_default/notes.html +++ b/themes/simple/layouts/_default/notes.html @@ -24,7 +24,9 @@ {{ range (where .Site.RegularPages "Section" "notes") }}
-

{{.Title}}

+ +

{{.Title}}

+

You can write me an email at - m@mitjafelicijan.com or catch up with me - on Telegram. + m@mitjafelicijan.com or catch up with me + on Telegram.

diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html index a0c745f..8367f21 100644 --- a/themes/simple/layouts/partials/footer.html +++ b/themes/simple/layouts/partials/footer.html @@ -3,10 +3,10 @@

This website does not track you. Content is made available under the CC BY 4.0 + rel="noreferrer" class="underline-offset-2 underline hover:text-gray-800">CC BY 4.0 license unless specified otherwise. Blog feed is available as RSS feed. + class="underline-offset-2 underline hover:text-gray-800">RSS feed.

diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css index cbcd724..53d8798 100644 --- a/themes/simple/static/css/tailwind.css +++ b/themes/simple/static/css/tailwind.css @@ -46,7 +46,7 @@ article.single p { /* Links */ article.single a { - @apply underline-offset-2 decoration-1 decoration-wavy underline hover:bg-yellow-100; + @apply underline-offset-2 underline hover:bg-yellow-100; } /* Blockquote */ -- cgit v1.2.3