commit 145445d6c1c952b66fb0c98d2543eff9d674a891
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2016-03-16T10:53:59Z |
| subject | Fix the link color in footnote |
commit 145445d6c1c952b66fb0c98d2543eff9d674a891
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2016-03-16T10:53:59Z
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 fb0ed7d..8358428 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;