diff --git a/src/style/_base.scss b/src/style/_base.scss index b354665..7aceb3d 100644 --- a/src/style/_base.scss +++ b/src/style/_base.scss @@ -70,7 +70,7 @@ body { } &::-webkit-scrollbar-track { - background-color:#191919; + background-color:#222222; } &::-webkit-scrollbar-thumb { diff --git a/src/style/app/pulldown.scss b/src/style/app/pulldown.scss index 9d37ecc..86458dc 100644 --- a/src/style/app/pulldown.scss +++ b/src/style/app/pulldown.scss @@ -21,7 +21,7 @@ position: absolute; width: 300px; height: 400px; - background-color: #191919; + background-color: #222222; color: #dddddd; top:0px; diff --git a/src/style/app/pulldown/modals.scss b/src/style/app/pulldown/modals.scss index 492384b..17bf30d 100644 --- a/src/style/app/pulldown/modals.scss +++ b/src/style/app/pulldown/modals.scss @@ -4,7 +4,7 @@ position:relative; width:100%; height:50px; - background-color: #191919; + background-color: #222222; border:none; border-bottom:1px solid #AAAAAA; transition-duration:150ms; @@ -106,7 +106,7 @@ .modal { position:absolute; - background-color:#191919; + background-color:#222222; width:100%; transform:translateY(-100%); top:100%;