From 8b12046473045269ab4022c189f54e4f26bceb87 Mon Sep 17 00:00:00 2001 From: saji Date: Sun, 20 Apr 2025 22:29:15 -0500 Subject: [PATCH] update css --- public/css/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */