flappy-es/web/static/main_files/style.css

37 lines
412 B
CSS
Raw Normal View History

2017-04-04 18:04:18 +00:00
html, body {
color: rgb(50, 50, 50);
background: rgb(246, 248, 251);
font-family: Open Sans, sans-serif;
text-align: center;
}
a {
color: rgb(140, 140, 180);
text-decoration: none;
}
a:hover {
color: rgb(90, 90, 130);
}
.github {
font-size: 0;
color: inherit;
}
.github .fa {
font-size: 32px;
}
.links {
display: flex;
justify-content: center;
}
.links a {
margin: 0 0.5rem;
}