Skip to content

Commit 7458f8c

Browse files
committed
fix: improve a11y of primary color
1 parent e110cde commit 7458f8c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/css/custom.css

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
/**
2-
* Any CSS included here will be global. The classic template
3-
* bundles Infima by default. Infima is a CSS framework designed to
4-
* work well for content-centric websites.
5-
*/
6-
7-
/* You can override the default Infima variables here. */
81
:root {
2+
--ifm-color-primary: #0071b3;
3+
--ifm-color-primary-dark: #0066a1;
4+
--ifm-color-primary-darker: #006098;
5+
--ifm-color-primary-darkest: #004f7d;
6+
--ifm-color-primary-light: #007cc5;
7+
--ifm-color-primary-lighter: #0082ce;
8+
--ifm-color-primary-lightest: #0093e9;
9+
}
10+
11+
[data-theme="dark"] {
912
--ifm-color-primary: #58b2e6;
1013
--ifm-color-primary-dark: #3ca5e2;
1114
--ifm-color-primary-darker: #2f9fe0;

0 commit comments

Comments
 (0)