/*
 * Small additions to the two index pages, kept out of `style.css` on purpose.
 *
 * `style.css` is a compiled artifact — 3688 lines with a `style.css.map` beside
 * it in the iCloud copy — and the SASS it was built from is gone: the only
 * `.scss` left on the machine is the stock TYCAN template's, not the
 * customised build. So it cannot be regenerated, only hand-edited, and a
 * hand-edit buried at line 3000 of a generated file is a change nobody will
 * find again. Additions live here instead.
 */

/*
 * The privacy-policy link in the footer.
 *
 * It inherits the copyright line's colour rather than picking one. `style.css`
 * gives every <a> `color: #ffffff`, and the footer sits over whichever fullPage
 * section happens to be behind it — over the white one, a white link is an
 * invisible link, which is exactly what happened the first time this was
 * written. Inheriting means the link is legible wherever the copyright text
 * next to it is legible, on every section, with no colour to keep in sync.
 */
footer .copyright a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

footer .copyright a:hover {
	color: #e7ac2c;
}
