From fb1b8a2790a5984c7e47539c2012030633d2b3e7 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Thu, 18 May 2017 09:58:25 +0200 Subject: revise progress to make them easier to override --- css/theme/night.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/theme/night.css') diff --git a/css/theme/night.css b/css/theme/night.css index 1cc0f84..49f59e1 100644 --- a/css/theme/night.css +++ b/css/theme/night.css @@ -256,10 +256,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #e7ad52; } .reveal .progress span { - background: #e7ad52; -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); } -- cgit v1.2.3