mirror of
https://github.com/fmhy/edit.git
synced 2026-01-25 05:11:45 +11:00
fix(style): different selection color
This commit is contained in:
parent
d3067e1aed
commit
1bb7b0461c
1 changed files with 8 additions and 12 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue