Skip to content

Commit c192875

Browse files
committed
replaced hardcoded value with variable
1 parent 49c9cc2 commit c192875

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/src/pages/styles.module.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
--ifm-color-primary-light: #2d3bae;
99
--ifm-color-primary-lighter: #2f3eb6;
1010
--ifm-color-primary-lightest: #3748cb;
11+
--ifm-color-docusaurus-content-link: #359962;
1112
}
1213

1314
[data-theme='dark'] {
@@ -61,9 +62,9 @@
6162
}
6263

6364
.link {
64-
color: #359962;
65+
color: var(--ifm-color-docusaurus-content-link);
6566
font-weight: bold;
6667
}
6768
.link:hover {
68-
color: #359962;
69+
color: var(--ifm-color-docusaurus-content-link);
6970
}

0 commit comments

Comments
 (0)