From 324a7848153f5f187f40a2dee3249340a46bdddd Mon Sep 17 00:00:00 2001 From: trashb1t Date: Sat, 11 May 2024 22:49:16 +0300 Subject: [PATCH] Fix ISSUE #40 --- .vitepress/theme/styles/custom.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.vitepress/theme/styles/custom.css b/.vitepress/theme/styles/custom.css index aa8c097..ab24629 100644 --- a/.vitepress/theme/styles/custom.css +++ b/.vitepress/theme/styles/custom.css @@ -33,7 +33,6 @@ --vp-c-yellow-dimm-2: rgba(255, 193, 7, 0.2); --vp-c-yellow-dimm-3: rgba(255, 193, 7, 0.5); - --vp-c-red: #dc3545; --vp-c-red-light: #df4957; --vp-c-red-lighter: #e6717c; @@ -42,6 +41,16 @@ --vp-c-red-dimm-1: rgba(220, 53, 69, 0.05); --vp-c-red-dimm-2: rgba(220, 53, 69, 0.2); --vp-c-red-dimm-3: rgba(220, 53, 69, 0.5); + + --vp-c-orange: #ffa000; + --vp-c-orange-light: #ffc107; + --vp-c-orange-lighter: #ffd166; + --vp-c-orange-dark: #f57c00; + --vp-c-orange-darker: #c05900; + --vp-c-orange-dimm-1: rgba(255, 160, 0, 0.05); + --vp-c-orange-dimm-2: rgba(255, 160, 0, 0.2); + --vp-c-orange-dimm-3: rgba(255, 160, 0, 0.5); + } :root {