Make Modular

This commit is contained in:
CI 2023-10-08 18:38:42 +00:00
parent 78f6f5d335
commit 326d549dde
15 changed files with 1017 additions and 78 deletions

View file

@ -9,5 +9,7 @@ em {
span[data-slate-leaf="true"][class*="bold-"],
strong {
font-weight: 400;
text-shadow: 0.1px 0.1px, -0.1px -0.1px;
text-shadow:
0.1px 0.1px,
-0.1px -0.1px;
}