Index: web-extra/martin.css.pp ================================================================== --- web-extra/martin.css.pp +++ web-extra/martin.css.pp @@ -163,10 +163,25 @@ a:hover, a:active { /* …[H]as [A]rrived */ color: ◊color-linkhover; background: ◊color-linkbackground; } + + a.index-link:link, a.index-link:visited { + color: ◊color-bodytext; + } + + a.index-link:hover, a.index-link:active { + color: #006400; + } + + a.index-link::after { + content: '\f89b'; + color: #809102; + position: relative; + top: -0.3em; + } main>a { color: inherit; } @@ -301,11 +316,11 @@ } a.rel-bookmark:hover, /* Has */ a.rel-bookmark:active { /* Arrived */ text-decoration: none; - background: #f1f1f1; + background: ◊color-linkbackground; color: #006400; } /* Here's where we add the minty fresh maple leaf glyph. */ a.rel-bookmark::after {