mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-26 16:06:27 +00:00
163200f65c
Also style the default HTML site based on error/success values. Fixes #566
27 lines
288 B
CSS
27 lines
288 B
CSS
html,
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
color: #f5f6fa;
|
|
background-color: #353b48;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
main {
|
|
text-align: center;
|
|
margin-top: 100px;
|
|
}
|
|
|
|
.logo {
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.hidden {
|
|
visibility: hidden;
|
|
}
|