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/static/css/tailwind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/simple/static/css') 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