mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +03:00
25 lines
No EOL
303 B
CSS
25 lines
No EOL
303 B
CSS
body {
|
|
background: #131313;
|
|
color: white;
|
|
}
|
|
|
|
* {
|
|
line-height: 1.2;
|
|
margin: 0;
|
|
}
|
|
|
|
lottie-player {
|
|
margin: 0 auto;
|
|
width: 300px; height: 300px;
|
|
}
|
|
|
|
p {
|
|
font-family: 'Roboto',sans-serif;
|
|
text-align: center;
|
|
margin: 0.4% auto;
|
|
width: 300px;
|
|
}
|
|
|
|
a {
|
|
color: #98e9e8
|
|
} |