Skip to content

Commit 44630b0

Browse files
Update to stylesheet to make links somewhat accessable, should now pass WCAG AA
1 parent 1d30ad0 commit 44630b0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/.vuepress/styles/index.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
12
.home .hero img {
23
max-width: 450px !important
34
}
45

56
:root {
67
--vp-c-text: #2A294B;
7-
--vp-c-accent: #403050
8+
--vp-c-accent: #8818f8;
9+
--vp-c-accent-bg: #ca95ff;
810
}
911

1012
[data-theme='dark'] {
1113
--vp-c-text: #E2E2F8;
14+
--vp-c-accent: #b469ff;
15+
--vp-c-accent-bg: #b469ff;
1216
}

0 commit comments

Comments
 (0)