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