/* Besere Oil — Contact page (implements Contact.dc.html). Only what
   modernist.css / inner.css do not already provide: the large email
   link's hover (from the design's style-hover attribute). */

.c-mail { color: var(--color-text); }
.c-mail:hover { color: var(--color-accent-700); }
