# HG changeset patch # User Oleksandr Gavenko # Date 1456142331 -7200 # Node ID 3f690f678d45568424ced1b1a83f2ce6d9ca4892 # Parent a6b91436d6312200ed12fdc0141e3805b1f1df3b Fix content link color for single HTML. diff -r a6b91436d631 -r 3f690f678d45 rst.css --- a/rst.css Mon Feb 22 13:55:35 2016 +0200 +++ b/rst.css Mon Feb 22 13:58:51 2016 +0200 @@ -28,7 +28,7 @@ h1 a { color: hsla(0, 0%, 0%, .8); } -h2 a, h3 a, h4 a, #contents a { +h2 a, h3 a, h4 a, .contents a { color: hsl(0, 100%, 25%); } h1 { text-align: center; }