diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-24 19:04:28 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-25 17:12:28 +0200 |
commit | 6806c589d0983663898b7d87d2c9ceaba6afce49 (patch) | |
tree | 9f3154af02c0d10c8e24c015f92e79296071cd6f /apps/accessibility/lib | |
parent | 7672406573cda72b7eb0f1b56342485dd3faa813 (diff) | |
download | nextcloud-server-6806c589d0983663898b7d87d2c9ceaba6afce49.tar.gz nextcloud-server-6806c589d0983663898b7d87d2c9ceaba6afce49.zip |
Merging highcontrast themes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/accessibility/lib')
-rw-r--r-- | apps/accessibility/lib/AccessibilityProvider.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/accessibility/lib/AccessibilityProvider.php b/apps/accessibility/lib/AccessibilityProvider.php index 068db7e3997..17d01360edb 100644 --- a/apps/accessibility/lib/AccessibilityProvider.php +++ b/apps/accessibility/lib/AccessibilityProvider.php @@ -76,12 +76,6 @@ class AccessibilityProvider { 'img' => $this->urlGenerator->imagePath($this->appName, 'font-opendyslexic.jpg'), 'title' => $this->l->t('Dyslexia font'), 'text' => $this->l->t('OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia. The typeface was created by Abelardo Gonzalez, who released it through an open-source license.') - ], - [ - 'id' => 'fonthighcontrast', - 'img' => $this->urlGenerator->imagePath($this->appName, 'font-highcontrast.jpg'), - 'title' => $this->l->t('High Contrast font'), - 'text' => $this->l->t('Increase the weight of the font to improve the readability.') ] ); } |