mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Add welcome page and clean a bit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user