From 6ac3146d41048003b6e8a7560d38da8db41065cc Mon Sep 17 00:00:00 2001 From: alvierahman90 Date: Tue, 24 Oct 2017 22:19:55 +0100 Subject: [PATCH] change buttons to white on black --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 69a33ad..7edf066 100644 --- a/css/style.css +++ b/css/style.css @@ -70,8 +70,8 @@ div { .btn { font-size: xx-large !important; - background: white; - color: black; + background: black; + color: white; width: 98%; margin: 1% }