From 56c0fc308c608990a89a491e42ae9b7fa336f748 Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Wed, 14 Aug 2019 09:06:11 -0700 Subject: [PATCH] Update button CSS for new page --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index d89d450..365f80c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -160,6 +160,11 @@ sub { /* PgEU */ +table.table input.btn.btn-default.btn-xs.btn-primary { + background-color: #0063CE; + color: white; +} + section.wrapper.special h2 { width: 100%; text-align: center; -- 2.39.5