Added language and theme settings.

This commit is contained in:
Mike Cao 2022-02-28 20:54:32 -08:00
parent 3932cc4abb
commit 98b2ee29ef
86 changed files with 664 additions and 25 deletions

View file

@ -52,11 +52,6 @@ body {
'Noto Sans Hebrew', sans-serif !important;
}
.he-IL {
display: inline-block;
direction: rtl;
}
*,
*:before,
*:after {
@ -148,6 +143,9 @@ svg {
.container {
padding: 0;
display: flex;
flex-direction: column;
flex: 1;
}
.row {