Skip to content
Snippets Groups Projects
footer.css 253 B
Newer Older
/* footer */
footer a {
    color: #DFE2CF;
    font-weight: bold;
    text-decoration: none;
  }
  a {
    text-decoration: none;
    font-family: "ebgaramond-bold";
    color: #191308;
  }
  footer a:hover { color: white; text-decoration: underline; }