diff --git a/src/lib/layouts/post.svelte b/src/lib/layouts/post.svelte index 3435925..ca914db 100644 --- a/src/lib/layouts/post.svelte +++ b/src/lib/layouts/post.svelte @@ -78,10 +78,9 @@ color: rgb(2, 218, 218); } :global(body .post-layout table) { - @apply rounded; border-spacing: 0; } - :global(body .post-layout table thead, body .post-layout table thead tr) { + :global(body .post-layout table, body .post-layout table thead, body .post-layout table thead tr) { @apply rounded; } :global(body .post-layout table thead tr th:first-child) { @@ -105,7 +104,6 @@ } :global(.dark .post-layout table td) { border: 1px solid rgb(146, 146, 146); - padding: 4px; } :global(body .post-layout table tr:hover) { background: rgb(196, 196, 196); @@ -170,8 +168,7 @@ @apply m-auto max-w-3xl p-4 py-6; } h1 { - @apply text-4xl font-bold; - padding: 0 0 15px; + @apply text-4xl font-bold p-0 pb-0.25; } span { color: gray; diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index ceae6f7..67c016c 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -91,7 +91,7 @@ max-width: 100px; border-bottom: 1px solid #000; } - :global(.dark .separator::before, .dark .separator::after) { + :global(.dark) .separator::before, :dark(.dark) .separator::after { border-bottom-color: white; }