mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
Make Modular
This commit is contained in:
parent
1fc7dc2de7
commit
a8738207ab
1 changed files with 13 additions and 0 deletions
13
modular/accessible_styles.css
Normal file
13
modular/accessible_styles.css
Normal 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;
|
||||||
|
}
|
Loading…
Reference in a new issue