Initial commit

This commit is contained in:
2026-06-03 17:33:19 +03:30
commit 9608342428
48 changed files with 3562 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
body {
font-family: "Segoe UI", Tahoma, Vazirmatn, sans-serif;
}
.guide-content h5 {
margin-top: 1rem;
font-size: 1rem;
}
.guide-content ul {
padding-right: 1.25rem;
}
pre {
white-space: pre-wrap;
word-break: break-all;
}
.card-footer form {
display: inline;
}
code {
font-size: 0.85em;
}