mirror of https://github.com/codefeathers/minnal
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
299 B
28 lines
299 B
body {
|
|
background-color: #F2F2F0;
|
|
padding-top: 80px;
|
|
}
|
|
|
|
.navbar {
|
|
background-color: #373737;
|
|
padding: 5px;
|
|
}
|
|
|
|
.navbar a {
|
|
color: #8C8C8C;
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.well {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.dash-red {
|
|
color: #DD6161;
|
|
}
|
|
|
|
.sub-header {
|
|
color: #777779;
|
|
font-weight: 300;
|
|
}
|