Add bidi support. (#231)

This commit is contained in:
FireMasterK
2021-06-28 21:53:24 +05:30
committed by GitHub
parent 463d0c9cfb
commit 7c66035f41

View File

@@ -26,6 +26,14 @@ export default {
</script>
<style>
h1,
p,
a,
b {
unicode-bidi: plaintext;
text-align: start;
}
#app {
background: #0b0e0f;
}