Add bidi support

This commit is contained in:
Mostafa Ahangarha 2020-02-06 14:43:00 +04:30
parent 92fc1d4831
commit e6d780aa4b
1 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,7 @@
body {
box-sizing: border-box;
text-align: start;
}
html, body {
@ -29,6 +30,10 @@ html, body {
background-color: $color-primary;
overflow: hidden;
}
p {
unicode-bidi: plaintext;
}
// .invisible {
// display: none;
@ -42,4 +47,4 @@ html, body {
// #toot-content a {
// color: #bec3d8;
// }
// }