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 {
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,
--vp-home-hero-name-background: -webkit-linear-gradient(120deg,
#c4b5fd 30%,
#7bc5e4
);
#7bc5e4);
--vp-home-hero-image-background-image: linear-gradient(
-45deg,
--vp-home-hero-image-background-image: linear-gradient(-45deg,
#c4b5fd 50%,
#47caff 50%
);
#47caff 50%);
--vp-home-hero-image-filter: blur(44px);
}
@ -240,7 +236,7 @@
}
}
#VPContent strong > a {
#VPContent strong>a {
font-weight: bold;
}