From 58d42d0d4c28c7225ac4bd8d2992b31bf03a46cc Mon Sep 17 00:00:00 2001 From: nk <98922449+LoKiToon@users.noreply.github.com> Date: Fri, 29 Aug 2025 15:43:41 +0300 Subject: [PATCH] Change header border for light theme --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index ca429b6..c725e3f 100644 --- a/css/index.css +++ b/css/index.css @@ -159,7 +159,7 @@ main :first-child { } header { - border-bottom: 2px dashed var(--color-gray-20); + border-bottom: 2px dashed var(--color-gray-90); } #skip-link {