From 145445d6c1c952b66fb0c98d2543eff9d674a891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Wed, 16 Mar 2016 18:53:59 +0800 Subject: [PATCH] Fix the link color in footnote --- botanjs/src/Astro/Blog/Components/Footnote.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/botanjs/src/Astro/Blog/Components/Footnote.css b/botanjs/src/Astro/Blog/Components/Footnote.css index fb0ed7de..83584281 100644 --- a/botanjs/src/Astro/Blog/Components/Footnote.css +++ b/botanjs/src/Astro/Blog/Components/Footnote.css @@ -4,6 +4,10 @@ margin-bottom: 2em; } +.footnote a { + color: #f15a24; +} + .footnote { color: #555; list-style-type: decimal;