mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-13 15:37:25 +08:00
9 lines
342 B
CSS
9 lines
342 B
CSS
|
:root {
|
||
|
--vp-c-brand-1: #149ef8;
|
||
|
--vp-c-brand-2: #0434ad;
|
||
|
--vp-home-hero-name-color: transparent;
|
||
|
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #34a3fe 30%, #8d44ff);
|
||
|
|
||
|
--vp-home-hero-image-background-image: linear-gradient(-45deg, #d0e9ff 50%, #a2d8f4 50%);
|
||
|
--vp-home-hero-image-filter: blur(44px);
|
||
|
}
|