From dca41242e176a9f4e786cd565392f2ebe2c83495 Mon Sep 17 00:00:00 2001 From: stringsplit <77242831+nbitzz@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:11:30 -0700 Subject: [PATCH] fix brighter pulldowns lol oops --- src/style/_base.scss | 2 +- src/style/app/pulldown.scss | 2 +- src/style/app/pulldown/modals.scss | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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%;