From 04b95dc940758e4fff586dacf330ae1551cf609c Mon Sep 17 00:00:00 2001 From: Nellie McKesson Date: Tue, 7 Mar 2023 14:26:33 -0800 Subject: [PATCH] hiding email obfuscator spans --- jekyll-assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jekyll-assets/css/style.css b/jekyll-assets/css/style.css index 0bf6b9372..6f2c82fc6 100644 --- a/jekyll-assets/css/style.css +++ b/jekyll-assets/css/style.css @@ -643,6 +643,10 @@ p.see span.label { margin-right: 5px; } +span.obfuscator { + display: none; +} + /* LEGAL */ div.legal {