From 09ffbc202e1958edd72b7eb01c48923d935802e5 Mon Sep 17 00:00:00 2001 From: Cubebanyasz <59843249+misike12@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:30:24 +0200 Subject: [PATCH] Add h1 coloring --- .vitepress/theme/style/var.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.vitepress/theme/style/var.css b/.vitepress/theme/style/var.css index 5493ab7..7570070 100644 --- a/.vitepress/theme/style/var.css +++ b/.vitepress/theme/style/var.css @@ -15,13 +15,12 @@ text-decoration: none; } - /* h1 { - background:#e43498; - background-clip: text; - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - - } */ + h1 { + background: -webkit-linear-gradient(-288deg, #306464 10%, #249599 15%); + background-clip: text; + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + } :root { --vp-custom-block-tip-bg: var(--vp-c-green-soft);