Skip to content

Commit 43c6928

Browse files
committed
Fix some contrast issues
1 parent 7093840 commit 43c6928

4 files changed

Lines changed: 105 additions & 0 deletions

File tree

docs-app/.vitepress/config.mts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ import { defineConfig } from 'vitepress'
44
export default defineConfig({
55
title: "ember-exam",
66
description: "Run your tests with randomization, splitting, and parallelization for beautiful tests.",
7+
markdown: {
8+
// theme: {
9+
// ...dark,
10+
// settings: [
11+
// {
12+
// scope: 'comment',
13+
// settings: {
14+
// // 'foreground': 'rgb(200, 200, 200)'
15+
// }
16+
// },
17+
// ]
18+
// },
19+
},
720
themeConfig: {
821
// https://vitepress.dev/reference/default-theme-config
922
nav: [

docs-app/.vitepress/theme/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,11 @@
151151
}
152152

153153
}
154+
155+
/**
156+
* Contrast fixes
157+
*/
158+
:root {
159+
--vp-code-lang-color: rgb(200,200,200);
160+
--vp-c-text-2: rgb(200, 200, 200);
161+
}

docs-app/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"vitepress": "^1.6.3",
2020
"vitepress-plugin-llms": "^1.7.1",
2121
"vue": "^3.5.18"
22+
},
23+
"dependencies": {
24+
"shiki": "^3.8.1"
2225
}
2326
}

pnpm-lock.yaml

Lines changed: 81 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)