diff options
Diffstat (limited to 'sass/src/light/index.scss')
-rw-r--r-- | sass/src/light/index.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/src/light/index.scss b/sass/src/light/index.scss index 87bfb23..6360df0 100644 --- a/sass/src/light/index.scss +++ b/sass/src/light/index.scss @@ -3,9 +3,9 @@ @import '../../node_modules/materialize-css/sass/materialize.scss'; @import '../common/index.scss'; -.progress.travel-progress { - background-color: color('purple', 'lighten-4'); +.progress { + background-color: color('grey', 'lighten-2'); & > .determinate { - background-color: color('purple', 'darken-3'); + background-color: color('blue', 'base'); } } |