diff --git a/xmc.user.css b/xmc.user.css index 128d01e..156cb88 100644 --- a/xmc.user.css +++ b/xmc.user.css @@ -2850,6 +2850,24 @@ section[class^="panels-"] > [class^="container-"]:last-child > div:last-child { }`, } +@var select xmc_accessible_styles 'Accessible Font Styles' { + 'Off*': "", + 'On': ` +span[data-slate-leaf="true"][class*="italics-"], +em { + font-style: normal; + display: inline-block; + transform: skewX(-8deg); + color: #f80; +} + +span[data-slate-leaf="true"][class*="bold-"], +strong { + font-weight: 400; + text-shadow: 0.25px 0.25px, -0.25px -0.25px; +}`, +} + @var color xmc_custom_color0 'Custom Scheme: Unix Black' '#484f58' @var color xmc_custom_color1 'Custom Scheme: Unix Red' '#f85149' @var color xmc_custom_color2 'Custom Scheme: Unix Green' '#3fb950' @@ -4842,6 +4860,7 @@ section[class^="panels-"] > [class^="container-"]:last-child > div:last-child { /*[[xmc_old_roles]]*/ /*[[xmc_left_reply]]*/ /*[[xmc_collapsing_members]]*/ + /*[[xmc_accessible_styles]]*/ /* USERCSS REPLACEMENTS END */ }