mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-06 06:13:57 +03:00
25 lines
294 B
CSS
25 lines
294 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: sans-serif;
|
||
|
text-align: center;
|
||
|
margin: 0.4% auto;
|
||
|
width: 300px;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #98e9e8
|
||
|
}
|