/*  Common CSS style, https://mellowpenguin.com
Author: Mellow Penguin, apenwk@gmail.com, https://mellowpenguin.com
*/

/* $Footer */
.footer-copyright-box a {
  text-decoration: none;
  color: inherit;
}

.icon-mellowpenguin::after {
  width: 0;
}

.icon-mellowpenguin:hover::after {
  content: "🐧";
  display: inline-block;
  width: 0;
}
