fix(style): different selection color

This commit is contained in:
taskylizard 2024-05-11 16:13:55 +00:00
parent d3067e1aed
commit 1bb7b0461c
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120

View File

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