From 953156ad42c0347041fb8e3d9d879845d40c5ace Mon Sep 17 00:00:00 2001 From: Matthew Bischoff Date: Mon, 15 Apr 2024 01:27:30 -0400 Subject: [PATCH] =?UTF-8?q?Address=20shouldn=E2=80=99t=20be=20italic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/base/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/base/_typography.scss b/_sass/base/_typography.scss index 45d86714..b51a4ffa 100644 --- a/_sass/base/_typography.scss +++ b/_sass/base/_typography.scss @@ -45,4 +45,8 @@ h6 { *:not(li)>ol { padding: 0; list-style-position: outside; +} + +address { + font-style: inherit; } \ No newline at end of file