Set email styling

This commit is contained in:
august kline 2024-09-12 23:13:19 -04:00
parent dd7ecaaf46
commit 49c43f6ceb
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@
background-color: color-mix(in srgb, white, transparent 70%);
}
a[href^='http'] {
a[href^='http'],
a[href^='mailto'] {
text-decoration: none;
font-weight: 700;