Make Modular

This commit is contained in:
CI 2022-11-08 04:48:56 +00:00
parent 1fc7dc2de7
commit a8738207ab
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
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;
}