7 lines
98 B
CSS
7 lines
98 B
CSS
body {
|
|
background-color: #252526;
|
|
color: #FFFFFF;
|
|
}
|
|
.dropzone {
|
|
background: #3e3e42;
|
|
} |