We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf30599 commit 3c7c215Copy full SHA for 3c7c215
website/docs/.vitepress/config.ts
@@ -12,7 +12,27 @@ export default defineConfig( {
12
locales: locales.locales,
13
head: [
14
['link', { rel: 'icon', href: '/logo.png' }],
15
- ['meta', { name: 'theme-color', content: '#646cff' }],
+ ['meta', { name: 'theme-color', content: '#0d84ff' }],
16
+ ['style', {}, `
17
+ :root {
18
+ --vp-c-brand-1: #0d84ff;
19
+ --vp-c-brand-2: #0d84ff;
20
+ --vp-c-brand-3: #0d84ff;
21
+ --vp-c-brand-soft: rgba(13, 132, 255, 0.14);
22
+ --vp-c-text-accent-1: #0d84ff;
23
+ --vp-button-brand-bg: #0d84ff;
24
+ --vp-button-brand-hover-bg: #0a6edb;
25
+ }
26
+ .dark {
27
28
29
30
+ --vp-c-brand-soft: rgba(13, 132, 255, 0.16);
31
32
33
+ --vp-button-brand-hover-bg: #3a9bff;
34
35
+ `],
36
],
37
sitemap: {
38
hostname: 'https://seyud.github.io/Mediatek_Mali_GPU_Governor'
0 commit comments