Index: web-extra/martin.css.pp ================================================================== --- web-extra/martin.css.pp +++ web-extra/martin.css.pp @@ -212,11 +212,11 @@ letter-spacing: 0.05rem; font-size: 0.6rem; } nav li.inactive-link { - color: gray; + color: #545454; /* Accessibility (contrast) */ } nav li.current-page { color: ◊color-bodytext; padding: 0.2rem 0.5rem; @@ -354,11 +354,11 @@ } footer.article-info { margin: ◊x-lineheight[1] 0; text-align: center; font-feature-settings: "smcp" on, "liga" on, "clig" on, "dlig" on, "kern" on, "onum" on, "pnum" on; - color: #888; + color: #555555; /* Accessibility (contrast) */ } footer.article-info::before { content: "☞\00a0"; }