Hackathon finished

This commit is contained in:
2023-05-14 00:40:36 +03:00
commit 619aead639
45 changed files with 4789 additions and 0 deletions

10
front/src/App.css Normal file
View File

@ -0,0 +1,10 @@
body {
height: 100vh;
overflow: hidden;
color: white;
font-family: sans-serif;
}
.modal-content, .form-select {
background-color: rgb(17, 17, 17) !important;
}