mirror of
https://github.com/Dangoware/confetti-box.git
synced 2025-04-19 15:22:57 -05:00
16 lines
287 B
CSS
16 lines
287 B
CSS
@import url('https://g2games.dev/assets/fonts/fonts.css');
|
|
|
|
body {
|
|
background-color: black;
|
|
color: white;
|
|
}
|
|
|
|
.file_upload {
|
|
display: block;
|
|
width: fit-content;
|
|
padding: 5px;
|
|
border: 1px solid grey;
|
|
cursor: pointer;
|
|
margin: 10px;
|
|
border-radius: 5px;
|
|
}
|