34 lines
398 B
CSS
34 lines
398 B
CSS
.navbar-header button {
|
|
background: #c6c6c6;
|
|
}
|
|
|
|
.intro > h2 {
|
|
font-size: 27px;
|
|
}
|
|
|
|
.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;
|
|
}
|