2024-12-04 22:23:28 +01:00

8 lines
108 B
CSS

body {
background-color: transparent;
}
.upload-btn:hover {
color: darkblue;
cursor: pointer;
}