diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-18 01:33:29 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-18 01:33:29 -0500 |
| commit | 4052357e021085bc1c761108446ee09a778ade15 (patch) | |
| tree | e8664f34056a9f34538e1abb0b3eead15ecb4d70 /qute/dot-config/qutebrowser/greasemonkey | |
| parent | 83113fff46023d6cde0c2d982978fe7f5a5cfce2 (diff) | |
big updates
Diffstat (limited to 'qute/dot-config/qutebrowser/greasemonkey')
| -rw-r--r-- | qute/dot-config/qutebrowser/greasemonkey/whatsapp.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qute/dot-config/qutebrowser/greasemonkey/whatsapp.js b/qute/dot-config/qutebrowser/greasemonkey/whatsapp.js index a7c9a42..587b09a 100644 --- a/qute/dot-config/qutebrowser/greasemonkey/whatsapp.js +++ b/qute/dot-config/qutebrowser/greasemonkey/whatsapp.js @@ -20,6 +20,9 @@ span[dir="rtl"] { font-family: "Vazirmatn RD UI" !important; } + div[dir="rtl"] > span.quoted-mention { + font-family: "Vazirmatn RD UI" !important; + } footer p[dir="rtl"] span { font-family: "Vazirmatn RD UI" !important; }`; |
