diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-18 09:58:25 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-05-18 09:58:25 +0200 |
commit | fb1b8a2790a5984c7e47539c2012030633d2b3e7 (patch) | |
tree | c4c663543f4efa9af9822ff6aa5d035dcdf8e8f5 /css/theme/blood.css | |
parent | a5e175d59fba9f242b23e64476516fc81cbe2e0a (diff) | |
download | fosdem-2018-presentation-fb1b8a2790a5984c7e47539c2012030633d2b3e7.tar fosdem-2018-presentation-fb1b8a2790a5984c7e47539c2012030633d2b3e7.tar.gz |
revise progress to make them easier to override
Diffstat (limited to 'css/theme/blood.css')
-rw-r--r-- | css/theme/blood.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/blood.css b/css/theme/blood.css index d65a9d6..b276d48 100644 --- a/css/theme/blood.css +++ b/css/theme/blood.css @@ -261,10 +261,10 @@ body { * PROGRESS BAR *********************************************/ .reveal .progress { - background: rgba(0, 0, 0, 0.2); } + background: rgba(0, 0, 0, 0.2); + color: #a23; } .reveal .progress span { - background: #a23; -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); } |