File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11: root {
2+ --vp-c-brand-1 : # 005cc5 ;
3+ --vp-c-brand-2 : # 1f6fd1 ;
4+ --vp-c-brand-3 : # 79b8ff ;
5+ --vp-c-brand-soft : rgba (0 , 92 , 197 , 0.14 );
6+
27 --vp-home-hero-name-color : transparent;
38 --vp-home-hero-name-background : -webkit-linear-gradient (
49 120deg ,
5- # 5f8fd1 30% ,
6- # 1f4594
10+ # 79b8ff 30% ,
11+ # 005cc5
712 );
813 --vp-home-hero-image-background-image : linear-gradient (
914 -45deg ,
10- # 5f8fd1 50% ,
11- # 1f4594 50%
15+ # 79b8ff 50% ,
16+ # 005cc5 50%
1217 );
1318 --vp-home-hero-image-filter : blur (44px );
1419
1722 "Liberation Mono" , "Courier New" , monospace;
1823}
1924
25+ .dark {
26+ --vp-c-brand-1 : # 79b8ff ;
27+ --vp-c-brand-2 : # a5d6ff ;
28+ --vp-c-brand-3 : # 005cc5 ;
29+ --vp-c-brand-soft : rgba (121 , 184 , 255 , 0.18 );
30+ }
31+
2032@media (min-width : 640px ) {
2133 : root {
2234 --vp-home-hero-image-filter : blur (56px );
You can’t perform that action at this time.
0 commit comments