Add bidi support
This commit is contained in:
parent
92fc1d4831
commit
e6d780aa4b
|
@ -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;
|
||||
// }
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue