Update styling and language of home page (#484)

This commit is contained in:
KM-R
2023-12-28 17:15:10 +01:00
committed by GitHub
parent b7cdfa6fa3
commit 693532086d
7 changed files with 73 additions and 43 deletions

View File

@@ -31,7 +31,7 @@ def _set_session(full_db: Session) -> Generator[None, None, None]:
("Kamada Kawai", "None", True, 1),
("Random", "degree", False, 2),
("Shell", "degree", True, 3),
("Spiral", "None", False, 4),
("Spiral", "Ohne", False, 4),
("Circular", "None", True, 1),
],
)