Page MenuHomePhabricator

Make minor improvements to the style of Wikipedia Preview's dashed underline
Closed, ResolvedPublic

Description

Background

Recently introduced styling of the dashed underline in the Wikipedia Preview plugin needs to be improved to ensure better visibility and avoid conflicts with other text styling on the page.

Proposed Changes
  • Add an underline offset of 4 pixels to position the underline slightly below the text.
  • Change the font-weight from 700px to 400px to avoid conflicts with other bolded text elements on the page.
  • Ensure that the color of the dashed underline matches the color of the text it is underlining and has a opacity of 0.5

Acceptance Criteria

  • The dashed underline should have an offset of 4 pixels below the text.
  • The opacity of the dashed underline should be adjusted to provide sufficient contrast with the background while maintaining readability.
  • The font-weight of the underlined words should be changed to 400px to avoid conflicts with other bolded text elements on the page.