diff options
-rw-r--r-- | local.scss | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -27,9 +27,12 @@ h1, h2, h3 { a { @include hover-link; - @include link-colors(black, darkgreen, black, black); + @include link-colors(black, darkgreen, black, black, darkgreen); font-weight: bold; } +.selflink { + color: darkgreen; +} .header, .author, |