Combined changes that wouldn't merge

This commit is contained in:
Saud Fatayerji
2023-02-07 23:14:03 +03:00
parent 75d841083c
commit 9b3aac4a8a
24 changed files with 311 additions and 290 deletions

View File

@@ -13,11 +13,11 @@
width: 100%;
}
:is(html[lang=en], html[lang=fr]) * {
html[lang-direction=ltr] * {
direction: ltr;
}
:is(html[lang=ar]) * {
html[lang-direction=rtl] * {
direction: rtl;
text-align: right;
}