1
0
Fork 0

update css

This commit is contained in:
saji 2025-04-20 22:29:15 -05:00
parent e2eb8297dc
commit 8b12046473

View file

@ -103,7 +103,7 @@ main :first-child {
} }
header { header {
border-bottom: 1px dashed var(--color-gray-20); border-bottom: 1px dashed var(--color-white);
} }
header:after { header:after {
content: ""; content: "";
@ -113,7 +113,7 @@ header:after {
.links-nextprev { .links-nextprev {
list-style: none; list-style: none;
border-top: 1px dashed var(--color-gray-20); border-top: 1px dashed var(--color-white);
padding: 1em 0; padding: 1em 0;
} }
@ -283,7 +283,7 @@ h1, h2, h3 {
} }
/* Callout styles */ /* blockquote styling */
blockquote { blockquote {
padding: 2em; /* Adjust padding as needed */ padding: 2em; /* Adjust padding as needed */