fix contrib button, blog footer (#13188)

fix the font-size for the contrib button in blog footer
pull/13265/head
Karen Bradshaw 2019-03-18 19:52:20 -04:00 committed by Kubernetes Prow Robot
parent 2b6780ad94
commit b1c288926b
1 changed files with 5 additions and 0 deletions

View File

@ -393,6 +393,11 @@ body {
text-decoration: none;
}
div a.button {
font-size: 16px;
}
a:link.button {
color: #ffffff;
}