Skip to content

Commit 4014899

Browse files
authored
Merge pull request #4110 from CodeHarborHub/dev-3
debug css color for links
2 parents c64c060 + 3419994 commit 4014899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
background: var(--ifm-color-primary-dark);
1919
}
2020
:root {
21-
--ifm-color-primary: #2e9e32e1;
21+
--ifm-color-primary: #2e93e2;
2222
--ifm-color-primary-dark: #29784c;
2323
--ifm-color-primary-darker: #277148;
2424
--ifm-color-primary-darkest: #205d3b;
@@ -35,7 +35,7 @@
3535
}
3636

3737
[data-theme="dark"] {
38-
--ifm-color-primary: #25c2a0;
38+
--ifm-color-primary: #48bf84;
3939
--ifm-color-primary-dark: #21af90;
4040
--ifm-color-primary-darker: #1fa588;
4141
--ifm-color-primary-darkest: #1a8870;

0 commit comments

Comments
 (0)