From e19c88ebf0013b91042b4659992523de79305f2b Mon Sep 17 00:00:00 2001 From: Dennis de Greef Date: Sun, 25 Dec 2016 12:55:39 +0100 Subject: [PATCH] Give buttons same color as links, so they don't show as 'disabled' --- public/css/partials/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/partials/_base.scss b/public/css/partials/_base.scss index d406e01..8559f9f 100644 --- a/public/css/partials/_base.scss +++ b/public/css/partials/_base.scss @@ -149,6 +149,7 @@ body { .buttons { float: right; + background-color: #53257e; button { padding: 10px;