Disable underlined links in default settings for Arabic; it harms readibility significantly
This commit is contained in:
parent
536917e0c9
commit
f9f3e9159b
1 changed files with 3 additions and 0 deletions
|
|
@ -101,6 +101,9 @@ class LanguageAr extends LanguageUtf8 {
|
|||
|
||||
# Swap sidebar to right side by default
|
||||
$opt['quickbar'] = 2;
|
||||
|
||||
# Underlines seriously harm legibility. Force off:
|
||||
$opt['underline'] = 0;
|
||||
return $opt ;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue