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