From 7fa78c2befd4cd44bb251bfcfdc6f2c5fb0b0fca Mon Sep 17 00:00:00 2001 From: inhji Date: Thu, 21 Sep 2023 13:32:02 +0200 Subject: [PATCH] assets/css/app.css aktualisiert --- assets/css/app.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/app.css b/assets/css/app.css index 69c2060..34662b9 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -69,7 +69,6 @@ #primary-sidebar { @apply col-span-1; @apply prose-a:no-underline; - @apply hover:prose-a:text-primary-600; & nav { @apply flex md:flex-row lg:flex-col mb-6 lg:mb-0; @@ -105,6 +104,12 @@ @apply mt-8 prose max-w-none; } + /* === CONCERNING MULTIPLE LAYOUT BLOCKS === */ + + #site-content, #site-footer, #primary-sidebar, #secondary-sidebar { + @apply hover:prose-a:text-primary-600 hover:prose-a:transition; + } + /* * ============= PAGE LAYOUT ============= */ -- 2.39.5