/*
// ------------------------------------------------------------------------
// Template path: src/template/footer/widgets/HTML1.xml
// ------------------------------------------------------------------------
*/

.footer-text {
  color: inherit;

  a {
    color: inherit;
    opacity: .75;

    &:hover,
    &:focus {
      color: inherit;
      opacity: 1;
    }
  }
}
