xmc/modular/accessible_styles.css

14 lines
270 B
CSS

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