18 lines
251 B
CSS
18 lines
251 B
CSS
body{
|
|
background:rgb(10, 10, 10);
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
.files{
|
|
background: rgba(100, 100, 100, 0.5);
|
|
margin: 10px;
|
|
padding: 5px;
|
|
}
|
|
.info{
|
|
font-family: sigma_font;
|
|
font-size: 20px;
|
|
margin-left: 10px;
|
|
}
|
|
.upload{
|
|
margin: 2px;
|
|
}
|