mirror of https://github.com/codefeathers/minnal
Muthu Kumar
7 years ago
3 changed files with 45 additions and 17 deletions
@ -0,0 +1,28 @@ |
|||
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; |
|||
} |
Loading…
Reference in new issue