21 lines
249 B
CSS
21 lines
249 B
CSS
.intro > h1, .intro > h2 {
|
|
color: #6c6c6c;
|
|
}
|
|
|
|
.item {
|
|
color: #6c6c6c;
|
|
}
|
|
|
|
.text-justify {
|
|
color: #c6c6c6;
|
|
}
|
|
|
|
.text-justify h1{
|
|
color: #afd787;
|
|
}
|
|
|
|
.navbar.navbar-default.navbar-fixed-top {
|
|
background: #000;
|
|
border-color: #000;
|
|
}
|