mirror of
https://github.com/MengMengCode/CLICD.git
synced 2026-08-05 05:36:07 +08:00
27 lines
597 B
CSS
27 lines
597 B
CSS
:root {
|
|
--vp-c-brand-1: #0284c7;
|
|
--vp-c-brand-2: #0ea5e9;
|
|
--vp-c-brand-3: #7dd3fc;
|
|
--vp-c-brand-soft: rgba(14, 165, 233, 0.14);
|
|
--vp-home-hero-name-color: #0369a1;
|
|
--vp-home-hero-image-background-image: linear-gradient(135deg, #7dd3fc 0%, #38bdf8 46%, #86efac 100%);
|
|
--vp-home-hero-image-filter: blur(46px);
|
|
}
|
|
|
|
.dark {
|
|
--vp-c-brand-1: #7dd3fc;
|
|
--vp-c-brand-2: #38bdf8;
|
|
--vp-c-brand-3: #0ea5e9;
|
|
--vp-c-brand-soft: rgba(125, 211, 252, 0.16);
|
|
--vp-home-hero-name-color: #bae6fd;
|
|
}
|
|
|
|
.VPHomeHero .text {
|
|
max-width: 680px;
|
|
}
|
|
|
|
.vp-doc table {
|
|
display: table;
|
|
width: 100%;
|
|
}
|