Tweak footnote font size
[blog] / public / css / poole.css
index 814218995cbacb932b6f79404a2114e8c8470d6d..76768751023084c435184606507896593b952c8e 100644 (file)
@@ -1,3 +1,5 @@
+.footnotes { font-size: 80%; }
+
 /*
  *                        ___
  *                       /\_ \
@@ -70,6 +72,9 @@ a {
   color: #268bd2;
   text-decoration: none;
 }
+a strong {
+  color: inherit;
+}
 /* `:focus` is linked to `:hover` for basic accessibility */
 a:hover,
 a:focus {