remove inline-flex from a default styles

This commit is contained in:
2023-11-27 11:41:16 -08:00
parent f8b15f0ff4
commit 760af891c5

View File

@@ -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;