| 12345678910111213141516171819202122232425 |
- .hero {
- background-color: #455A64!important;
- }
- .hero .hero-body .container .title,
- .hero .hero-body .container .subtitle {
- color: white;
- }
- footer.footer {
- background-color: #ECEFF1;
- color: #37474F;
- }
- ul.contact-information {
- list-style: none;
- }
- ul.contact-information a {
- color: #37474F;
- }
- .svg-inline--fa {
- width: .875em;
- }
|