first commit

This commit is contained in:
Mateusz Gruszczyński
2025-05-18 19:30:50 +02:00
commit e382fab275
8 changed files with 627 additions and 0 deletions

19
static/styles.css Normal file
View File

@@ -0,0 +1,19 @@
body {
padding-top: 20px;
padding-bottom: 20px;
}
.table-container {
max-height: 70vh;
overflow-y: auto;
}
.series-item {
font-family: monospace;
word-break: break-all;
}
.theme-switch {
cursor: pointer;
font-size: 1.5rem;
}