Skip to content

Commit b8c5ea9

Browse files
🎨
1 parent 0a93d32 commit b8c5ea9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.vitepress/config/shared.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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: [

.vitepress/theme/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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);
@@ -120,8 +120,8 @@
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
/**

0 commit comments

Comments
 (0)