We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbbaa8 commit 3b4d490Copy full SHA for 3b4d490
src/css/vars.css
@@ -94,9 +94,10 @@
94
/*
95
--link-font-color: #048ba8; blue munsell
96
--link-font-color: #2e86ab; blue NCS
97
+ --link-font-color: #2c7fa2; blue NCS (with increased contrast)
98
--link-font-color: #218380; celadon green
99
*/
- --link-font-color: #2e86ab;
100
+ --link-font-color: #2c7fa2;
101
--link_hover-filter: brightness(75%) saturate(150%);
102
--link_unresolved-font-color: var(--important-color);
103
--abstract-background: var(--color-smoke-70);
0 commit comments