Init(Core): Change repo

This commit is contained in:
2026-04-24 15:29:37 +03:30
commit ededb41a3a
1499 changed files with 199187 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
body{
font-family: $font-family-base;
direction: rtl;
}
h1, h2, h3, h4, h5, h6 {
font-family: $headings-font-family;
line-height: 1.85;
}
p,
.line-height-p,
address {
line-height: 2;
}
.line-height-h {
line-height: 1.85;
}
code {
direction: ltr;
display: inline-block;
}