feat: initial uploads and single study space view

Co-Authored-By: Alex Ling <al443@ic.ac.uk>
This commit is contained in:
2025-06-04 18:10:45 +01:00
parent b02f2b2303
commit 40435df5e2
16 changed files with 486 additions and 86 deletions

View File

@@ -13,7 +13,22 @@
<style>
:global(body) {
margin: 0;
padding: 0;
width: 100vw;
}
:global(html) {
background-color: #182125;
color: #eaffeb;
}
:global(*) {
box-sizing: border-box;
font-family: Inter;
}
:global(h1, h2, h3, h4, h5, h6, p) {
margin: 0;
padding: 0;
}