@import "../styles.css";

div.navigation a.attention:link {
  text-decoration: none;
  color: yellow;
}

div.navigation a.attention:visited {
  text-decoration: none;
  color: yellow;
}

div.navigation a.attention:hover {
  background: white;
  color: black;
}
