Make Modular

This commit is contained in:
CI 2023-10-26 20:11:23 +00:00
parent 0a16e600eb
commit be66d9fc6d
8 changed files with 40 additions and 19 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;
}