mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
13 lines
266 B
CSS
13 lines
266 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.1px 0.1px, -0.1px -0.1px;
|
|
}
|