wiki/firefox-fix.md

23 lines
727 B
Markdown
Raw Permalink Normal View History

---
title: Firefox font color error
description:
published: true
2019-06-20 19:40:08 +00:00
date: 2019-06-20T19:40:06.609Z
tags:
---
2019-06-20 19:37:11 +00:00
# Unreadable fonts on text boxes
2019-06-20 19:37:11 +00:00
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.
2019-06-20 19:37:11 +00:00
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.
2019-06-20 19:40:08 +00:00
Go to `about:config` and set `widget.content.gtk-theme-override` to `Adwaita`
# Ugly duplicate title bar
By default, client side decorations are not enabled.
Go to the Firefox menu, Customize and disable the `Title bar` checkbox shown at the bottom left.