Renamed frontend directory

This commit is contained in:
2026-01-27 19:37:20 +02:00
parent a9dd3eea7a
commit 207947c095
37 changed files with 1 additions and 1 deletions

23
frontend/styles.css Normal file
View File

@@ -0,0 +1,23 @@
body {
background-color: transparent !important;
margin: 0;
color: #f0f0f0;
}
.window-shell {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 15px;
}
.opaque-bg {
background-color: #212121;
}
.rounded-container {
background-color: #212121;
border-radius: 15px;
}