Add themes and clean main.js and style.css

This commit is contained in:
2026-02-13 13:18:12 +01:00
parent 585e50f123
commit acfc97a078
9 changed files with 299 additions and 140 deletions

View File

@@ -1,17 +1,15 @@
.welcome-div {
display: flex;
flex-direction: column;
height: 100%;
flex: 1;
padding: 0 60px;
}
.title {
display: flex;
flex: 1;
font-size: 60px;
margin-bottom: 60px;
color: #ffffff;
color: #eee;
justify-content: center;
}
@@ -20,6 +18,4 @@
flex: 2;
align-items: center;
justify-content: space-between;
margin-top: 8px;
gap: 40px;
}