From b21b159d96910cf6c80081fd89fd6ed212defc32 Mon Sep 17 00:00:00 2001 From: spaghetti Date: Fri, 19 Aug 2016 20:58:18 -0400 Subject: [PATCH] Set font size on beluga buttons --- static/styles/beluga/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/beluga/style.css b/static/styles/beluga/style.css index 8fedcff..017e00b 100755 --- a/static/styles/beluga/style.css +++ b/static/styles/beluga/style.css @@ -121,6 +121,7 @@ input { button,input[type=button],input[type=submit] { font-family: 'Source Sans Pro',Helvetica,sans-serif; + font-size: 11px; background-color: #50aca7; padding: 10px 9px; border: none;