aboutsummaryrefslogtreecommitdiff
path: root/css/theme/template
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-05-18 09:58:25 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-05-18 09:58:25 +0200
commitfb1b8a2790a5984c7e47539c2012030633d2b3e7 (patch)
treec4c663543f4efa9af9822ff6aa5d035dcdf8e8f5 /css/theme/template
parenta5e175d59fba9f242b23e64476516fc81cbe2e0a (diff)
downloadperl-software-in-gnu-guix-fb1b8a2790a5984c7e47539c2012030633d2b3e7.tar
perl-software-in-gnu-guix-fb1b8a2790a5984c7e47539c2012030633d2b3e7.tar.gz
revise progress to make them easier to override
Diffstat (limited to 'css/theme/template')
-rw-r--r--css/theme/template/theme.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss
index bd23212..43b1a8b 100644
--- a/css/theme/template/theme.scss
+++ b/css/theme/template/theme.scss
@@ -308,10 +308,9 @@ body {
.reveal .progress {
background: rgba(0,0,0,0.2);
+ color: $linkColor;
}
.reveal .progress span {
- background: $linkColor;
-
-webkit-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
-moz-transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);