From e79b375d407045dbd0bf28688ce19987a9bf7e65 Mon Sep 17 00:00:00 2001 From: Chayoung You Date: Thu, 6 Mar 2025 18:24:30 +0900 Subject: [PATCH] Fix default --h2-color --- theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 6dc82f4..ac331f5 100644 --- a/theme.css +++ b/theme.css @@ -35,7 +35,7 @@ body { --purple: #9e86c8; --h1-color: var(--text-normal); - --h2-color: var(--text-normal); + --h2-color: var(--blue); --h3-color: var(--blue); --h4-color: var(--yellow); --h5-color: var(--red);