assets/css/app.css aktualisiert #332

Merged
inhji merged 2 commits from devel into main 2023-09-21 13:32:18 +02:00

View file

@ -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 =============
*/