brighter pulldowns

This commit is contained in:
split / May 2023-10-08 23:20:21 -07:00
parent 783d6be808
commit 0bf53801ed
4 changed files with 5 additions and 5 deletions

View file

@ -70,7 +70,7 @@ body {
} }
&::-webkit-scrollbar-track { &::-webkit-scrollbar-track {
background-color:#191919; background-color:#222222;
} }
&::-webkit-scrollbar-thumb { &::-webkit-scrollbar-thumb {

View file

@ -40,7 +40,7 @@
.searchBar { .searchBar {
transition-duration:150ms; transition-duration:150ms;
background-color:#171717; background-color:#212121;
width:100%; width:100%;
padding:8px; padding:8px;
color:#dddddd; color:#dddddd;

View file

@ -4,7 +4,7 @@
position:relative; position:relative;
width:100%; width:100%;
height:50px; height:50px;
background-color: #191919; background-color: #222222;
border:none; border:none;
border-bottom:1px solid #AAAAAA; border-bottom:1px solid #AAAAAA;
transition-duration:150ms; transition-duration:150ms;
@ -106,7 +106,7 @@
.modal { .modal {
position:absolute; position:absolute;
background-color:#191919; background-color:#222222;
width:100%; width:100%;
transform:translateY(-100%); transform:translateY(-100%);
top:100%; top:100%;

View file

@ -2,7 +2,7 @@
#uploadWindow { #uploadWindow {
.file { .file {
background-color:#191919; background-color:#222222;
border: 1px solid gray; border: 1px solid gray;
padding: 10px; padding: 10px;
overflow:clip; overflow:clip;