File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ export const shared = defineConfig({
99
1010 themeConfig : {
1111 logo : '/icons/aiscript_gd.svg' ,
12+ socialLinks : [
13+ { icon : 'github' , link : 'https://github.com/aiscript-dev/aiscript' } ,
14+ ] ,
1215 } ,
1316
1417 head : [
Original file line number Diff line number Diff line change 5252 --vp-c-brand-1 : # e017a9 ;
5353 --vp-c-brand-2 : # e017a9 ;
5454 --vp-c-brand-3 : # ff1ebd ;
55- --vp-c-brand-soft : rgba (181 , 18 , 133 , 0.14 );
55+ --vp-c-brand-soft : rgba (255 , 30 , 189 , 0.14 );
5656
5757 --vp-c-tip-1 : var (--vp-c-indigo-1 );
5858 --vp-c-tip-2 : var (--vp-c-indigo-2 );
120120: root {
121121 --vp-custom-block-tip-border : transparent;
122122 --vp-custom-block-tip-text : var (--vp-c-text-1 );
123- --vp-custom-block-tip-bg : var (--vp-c-brand -soft );
124- --vp-custom-block-tip-code-bg : var (--vp-c-brand -soft );
123+ --vp-custom-block-tip-bg : var (--vp-c-tip -soft );
124+ --vp-custom-block-tip-code-bg : var (--vp-c-tip -soft );
125125}
126126
127127/**
You can’t perform that action at this time.
0 commit comments