26 lines
311 B
CSS
26 lines
311 B
CSS
.intro > h1, .intro > h2 {
|
|
color: #6c6c6c;
|
|
}
|
|
|
|
.item {
|
|
color: #6c6c6c;
|
|
text-align: left;
|
|
}
|
|
|
|
.text-justify {
|
|
color: #c6c6c6;
|
|
}
|
|
|
|
.text-justify h1{
|
|
color: #afd787;
|
|
}
|
|
|
|
.text-justify h2{
|
|
margin-top: 40px;
|
|
}
|
|
|
|
.navbar.navbar-default.navbar-fixed-top {
|
|
background: #000;
|
|
border-color: #000;
|
|
}
|