main.css 362 B

1234567891011121314151617181920212223242526
  1. .hero {
  2. background-color: #455A64!important;
  3. }
  4. .hero .hero-body .container .title,
  5. .hero .hero-body .container .subtitle {
  6. color: white;
  7. }
  8. footer.footer {
  9. background-color: #ECEFF1;
  10. color: #37474F;
  11. padding: 1.5rem;
  12. }
  13. ul.contact-information {
  14. list-style: none;
  15. }
  16. ul.contact-information a {
  17. color: #37474F;
  18. }
  19. .svg-inline--fa {
  20. width: .875em;
  21. }