From dec8a0660ea1603756851f88c1158ad8ca8c917f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Diedrich?= Date: Wed, 26 Feb 2025 13:45:28 +0100 Subject: [PATCH] css fix --- assets/css/app.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/app.css b/assets/css/app.css index 6216043..f3fb9e3 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -5,7 +5,7 @@ /* This file is for your main application CSS */ body { - @apply bg-base-300 text-[14pt] leading-8 overflow-x-hidden; + @apply bg-base-300 font-['Inter'] text-[18px] leading-6 overflow-x-hidden; } .post { @@ -36,11 +36,14 @@ body { .post .code pre:before { @apply mr-0; } .post .code h5 { @apply hidden; } .post a[href] { @apply link; } +.post .bbc-block a[href] { @apply link; } .post .editedby { @apply text-sm italic opacity-70 mt-4; } .post .title :where(img[src*="gangtags"]) + * { @apply mb-1; } +.post i, .post .bbc-spoiler, .post a[href] { @apply inline-block mx-1; } + .pagination a svg { @apply h-5; }