Apply 'direction: rtl;' once
Some checks are pending
The Quran / ci (push) Waiting to run

This commit is contained in:
0x1eef 2024-09-21 11:36:28 -03:00
parent 8be703b261
commit 4ec69db283
3 changed files with 1 additions and 8 deletions

View file

@ -100,6 +100,7 @@ body .root .content.theme {
* RTL languages * RTL languages
*/ */
body .root .content.theme.rtl { body .root .content.theme.rtl {
direction: rtl;
header a[data-testid="h1"] { header a[data-testid="h1"] {
font-family: "Cairo Bold"; font-family: "Cairo Bold";
} }

View file

@ -1,7 +1,3 @@
.root .content.theme.blue.rtl {
direction: rtl;
}
.root .content.theme.blue { .root .content.theme.blue {
--primary-color: #3383C3; --primary-color: #3383C3;
--secondary-color: #FFF; --secondary-color: #FFF;

View file

@ -1,7 +1,3 @@
.root .content.theme.green.rtl {
direction: rtl;
}
.root .content.theme.green { .root .content.theme.green {
--primary-color: #6d765b; --primary-color: #6d765b;
--secondary-color: #FFF; --secondary-color: #FFF;