ui changes

added privacy policy
made dhiv text easier to read
This commit is contained in:
fISHIE
2026-02-08 10:20:37 +05:00
parent 9de2c7c8fb
commit a27bd536ba
8 changed files with 48 additions and 21 deletions

View File

@@ -126,10 +126,16 @@
/* Dhivehi text styles - using Faruma as primary font */
.dhivehi {
font-family: "Faruma", "Waheed", sans-serif;
font-size: 1.15em;
direction: rtl;
text-align: right;
}
/* Ensure Dhivehi font applies to all child elements (for markdown content) */
.dhivehi * {
font-family: inherit;
}
/* RTL document support */
html[dir="rtl"] {
direction: rtl;