From 5fac63cf5fa974d9723617bc2bfa8f4e668fe342 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sun, 1 Apr 2018 23:18:28 +0100 Subject: Show total and average usage for current day and month --- public/stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'public/stylesheets/style.css') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 919696c..3f4c1ca 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -20,3 +20,9 @@ footer ul { justify-content: center; margin-top: 0; } + +.btn-success { + color: #fff; + background-color: #5cb85c; + border-color: #4cae4c; +} \ No newline at end of file -- cgit v1.2.3