Make Modular

This commit is contained in:
CI 2023-02-04 21:05:55 +00:00
parent c9c914889d
commit b6613ab32e
16 changed files with 116 additions and 99 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.1px 0.1px, -0.1px -0.1px;
}

View file

@ -0,0 +1,7 @@
span[data-slate-leaf="true"][class*="italics-"],
em {
font-style: normal;
display: inline-block;
transform: skewX(-8deg);
color: #f80;
}