mirror of
https://github.com/MvDevsUnion/WPetition.git
synced 2026-03-01 13:30:42 +00:00
ui changes
added privacy policy made dhiv text easier to read
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user