From b1c288926b00198840ddd1a560845c29f04d4ef9 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Mon, 18 Mar 2019 19:52:20 -0400 Subject: [PATCH] fix contrib button, blog footer (#13188) fix the font-size for the contrib button in blog footer --- static/css/blog.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/blog.css b/static/css/blog.css index 29bce5c2fc..eefa7aeac3 100644 --- a/static/css/blog.css +++ b/static/css/blog.css @@ -393,6 +393,11 @@ body { text-decoration: none; } +div a.button { + font-size: 16px; +} + + a:link.button { color: #ffffff; }