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;