diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index a866555d5..654965263 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -94,7 +94,7 @@ } ::selection { - background-color: var(--vp-button-brand-bg); + background-color: #0f2c47; } .VPFooter a { @@ -124,17 +124,13 @@ */ :root { --vp-home-hero-name-color: transparent; - --vp-home-hero-name-background: -webkit-linear-gradient( - 120deg, - #c4b5fd 30%, - #7bc5e4 - ); + --vp-home-hero-name-background: -webkit-linear-gradient(120deg, + #c4b5fd 30%, + #7bc5e4); - --vp-home-hero-image-background-image: linear-gradient( - -45deg, - #c4b5fd 50%, - #47caff 50% - ); + --vp-home-hero-image-background-image: linear-gradient(-45deg, + #c4b5fd 50%, + #47caff 50%); --vp-home-hero-image-filter: blur(44px); } @@ -240,7 +236,7 @@ } } -#VPContent strong > a { +#VPContent strong>a { font-weight: bold; }