Skip to content

Commit 3b4d490

Browse files
committed
slightly darken link color in article
1 parent 1fbbaa8 commit 3b4d490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/vars.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@
9494
/*
9595
--link-font-color: #048ba8; blue munsell
9696
--link-font-color: #2e86ab; blue NCS
97+
--link-font-color: #2c7fa2; blue NCS (with increased contrast)
9798
--link-font-color: #218380; celadon green
9899
*/
99-
--link-font-color: #2e86ab;
100+
--link-font-color: #2c7fa2;
100101
--link_hover-filter: brightness(75%) saturate(150%);
101102
--link_unresolved-font-color: var(--important-color);
102103
--abstract-background: var(--color-smoke-70);

0 commit comments

Comments
 (0)