sierra icon indicating copy to clipboard operation
sierra copied to clipboard

Superscript indistinguishable from normal text

Open sburris0 opened this issue 4 years ago • 0 comments

<sup> elements look just like other text elements due to sharing the same font-size and vertical-align, and this could present accessibility issues. I found it necessary to override Sierra with the following:

sup
  vertical-align: super
  font-size: 0.8rem

sburris0 avatar May 04 '20 19:05 sburris0