docs: update firefox-fix

This commit is contained in:
Administrator 2019-06-20 19:37:11 +00:00 committed by FOSC
parent cdfc493a36
commit 9d9e557650
1 changed files with 8 additions and 4 deletions

View File

@ -2,12 +2,16 @@
title: Firefox font color error
description:
published: true
date: 2019-05-02T12:02:12.760Z
date: 2019-06-20T19:37:08.067Z
tags:
---
# Firefox font color error
# Unreadable fonts on text boxes
Just this:
This is caused by using a dark GTK theme. Firefox picks up the dark background for text input boxes, but the webpage also uses a dark font.
`widget.content.gtk-theme-override = Adwaita` in `about:config`
That is just one of the issues you may encounter on the Web while using a dark theme.
To fix it, we tell Firefox to render the content viewfinder using the stock GTK theme, Adwaita.
Go to `about:config` and set `widget.content.gtk-theme-override` to `Adwaita`