From aea759522839795d57f58f06d7e0590ef2a3b4f2 Mon Sep 17 00:00:00 2001 From: Max Nowack Date: Thu, 9 Jan 2025 23:03:18 +0100 Subject: [PATCH] docs: fix brand colors --- docs/.vitepress/theme/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css index f371c112..017c361f 100644 --- a/docs/.vitepress/theme/custom.css +++ b/docs/.vitepress/theme/custom.css @@ -1,6 +1,6 @@ /* .vitepress/theme/custom.css */ :root { - --vp-c-brand-1: #0367e9; - --vp-c-brand-2: #559efd; - --vp-c-brand-3: #0367e9; + --vp-c-brand-1: #0367e9 !important; + --vp-c-brand-2: #559efd !important; + --vp-c-brand-3: #0367e9 !important; }