This commit is contained in:
split / May 2023-10-10 21:12:13 -07:00
commit 693f453833
2 changed files with 2 additions and 2 deletions

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

@ -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;