import scaffoldings

This commit is contained in:
Gani Georgiev
2022-08-05 06:00:38 +03:00
parent 95f9d685dc
commit f459dd8812
25 changed files with 1362 additions and 261 deletions
+10
View File
@@ -63,6 +63,16 @@ em {
font-style: italic;
}
ins {
background: var(--successAltColor);
text-decoration: none;
}
del {
background: var(--dangerAltColor);
text-decoration: none;
}
strong {
font-weight: 600;
}