mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
8 lines
145 B
CSS
8 lines
145 B
CSS
|
span[data-slate-leaf="true"][class*="italics-"],
|
||
|
em {
|
||
|
font-style: normal;
|
||
|
display: inline-block;
|
||
|
transform: skewX(-8deg);
|
||
|
color: #f80;
|
||
|
}
|