From 0bf53801edaee84a8150412b3509d9102e2a7808 Mon Sep 17 00:00:00 2001 From: stringsplit <77242831+nbitzz@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:20:21 -0700 Subject: [PATCH] brighter pulldowns --- src/style/_base.scss | 2 +- src/style/app/pulldown/files.scss | 2 +- src/style/app/pulldown/modals.scss | 4 ++-- src/style/app/uploader/file.scss | 2 +- 4 files changed, 5 insertions(+), 5 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/files.scss b/src/style/app/pulldown/files.scss index 24787d1..3037156 100644 --- a/src/style/app/pulldown/files.scss +++ b/src/style/app/pulldown/files.scss @@ -40,7 +40,7 @@ .searchBar { transition-duration:150ms; - background-color:#171717; + background-color:#212121; width:100%; padding:8px; color:#dddddd; 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%; diff --git a/src/style/app/uploader/file.scss b/src/style/app/uploader/file.scss index 54e3f32..19f0f67 100644 --- a/src/style/app/uploader/file.scss +++ b/src/style/app/uploader/file.scss @@ -2,7 +2,7 @@ #uploadWindow { .file { - background-color:#191919; + background-color:#222222; border: 1px solid gray; padding: 10px; overflow:clip;