Doc update (#67)

* Updated README

* Added EXPOSE to Dockerfile for Docker Desktop

* Refactored docker compose file

* Updated CONTRIBUTING

* Docs update

* Added docs for sending files

* Added styling of scroll bar

* Fixed various colors

* Fixed Dockerfile exposed port

* Updated api docs for merging

* Attempt at fixing merge problems
This commit is contained in:
Casvt
2024-03-10 14:17:03 +01:00
committed by GitHub
parent 3b75e7a24c
commit 6fa9c10f2a
26 changed files with 770 additions and 240 deletions

View File

@@ -2,6 +2,10 @@ main {
position: relative;
}
main a {
color: var(--color-light);
}
.action-buttons {
--spacing: .5rem;