From 760af891c5b47199a1501691a79b655168868b3e Mon Sep 17 00:00:00 2001 From: James Brumond Date: Mon, 27 Nov 2023 11:41:16 -0800 Subject: [PATCH] remove inline-flex from a default styles --- extras/typography/general.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/extras/typography/general.css b/extras/typography/general.css index 723690f..097e590 100644 --- a/extras/typography/general.css +++ b/extras/typography/general.css @@ -94,7 +94,7 @@ del { a { font-family: inherit; color: var(--theme-text-link); - display: inline-flex; + display: inline; align-items: center; column-gap: 0.2rem; } @@ -109,7 +109,8 @@ a:visited { color: var(--theme-text-link-visited); } -a.icon-link { +a.icon-link, +a.inline-flex { display: inline-flex; column-gap: 0.3rem; align-items: center;