Add welcome page and clean a bit

This commit is contained in:
2026-02-09 21:56:34 +01:00
parent f68fd0ac3a
commit 585e50f123
8 changed files with 276 additions and 44 deletions

View File

@@ -104,6 +104,8 @@ body {
font-size: 28px;
margin-bottom: 20px;
color: #ffffff;
display: flex;
justify-content: center;
}
.content h2 {
@@ -199,6 +201,13 @@ body {
border-color: rgba(255, 25, 0, 0.8);
}
.bigger-button {
width: 240px;
height: 80px;
border-radius: 8px;
font-size: 32px;
}
.search-container {
position: absolute;
left: 50%;
@@ -304,4 +313,13 @@ body {
width: 32px;
height: 32px;
object-fit: cover;
}
.link {
color: #ffffff;
transition: all 0.2s ease;
}
.link:hover {
color: #ff6b6b;
}