From 3bbfe9959fe40f6d72d143cbbd90f9b4c484c702 Mon Sep 17 00:00:00 2001 From: MikeCZ23 <45541448+MikeCZ23@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:50:47 +0200 Subject: [PATCH] Update custom.css --- .vitepress/theme/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vitepress/theme/custom.css b/.vitepress/theme/custom.css index 2c686ad..b5686b9 100644 --- a/.vitepress/theme/custom.css +++ b/.vitepress/theme/custom.css @@ -36,6 +36,8 @@ html.dark{ --vp-c-brand-2: #c52121; /* tip / hlavnĂ­ */ --vp-c-divider: #e2e2e3; /*
barva */ --vp-c-gutter: #e2e2e3; /* hornĂ­
*/ + --vp-home-hero-name-color: transparent; + --vp-home-hero-name-background: -webkit-linear-gradient(190deg, #f00 0%, #ffe2e2, #e3deff, #00f 100%); } /***********************************************/