From 49c43f6ceb78fb66c9e806fbe0d97d59652b3221 Mon Sep 17 00:00:00 2001 From: august kline Date: Thu, 12 Sep 2024 23:13:19 -0400 Subject: [PATCH] Set email styling --- src/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 1fccc9f..da5b80c 100644 --- a/src/style.css +++ b/src/style.css @@ -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;