Fix content link color for single HTML.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 13:58:51 +0200
changeset 1915 3f690f678d45
parent 1914 a6b91436d631
child 1916 bef8b9e6c2fa
Fix content link color for single HTML.
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; }