06-03-2016, 09:01 PM 
		
	
	
		With the introduction of the Arc theme in LL3.0, manly the dark flavor, there comes a problem with the rather bright font color.
Some sites use the system font color even though it's not readable on white backgrounds.
This is an older problem but I figured that most LL users would search the forum first.
I found a solution here.
![[Image: TpxU1sQ.png]](http://i.imgur.com/TpxU1sQ.png)
Download the Stylish add-on for Firefox and create a new style with the following code:
The text in the searchbar should now be black.
![[Image: uLV14hH.png]](http://i.imgur.com/uLV14hH.png)
I hope this helps. 
	
	
	
Some sites use the system font color even though it's not readable on white backgrounds.
This is an older problem but I figured that most LL users would search the forum first.
I found a solution here.
![[Image: TpxU1sQ.png]](http://i.imgur.com/TpxU1sQ.png)
Download the Stylish add-on for Firefox and create a new style with the following code:
Code:
input:not(.urlbar-input):not(.textbox-input) {
        -moz-appearance: none !important;
        background-color: white;
        color: black;
    }
    #downloads-indicator-counter {
        color: white;
    }
    textarea {
        -moz-appearance: none !important;
        background-color: white;
        color: black;
    }
    select {
        -moz-appearance: none !important;
        background-color: white;
        color: black;
    }The text in the searchbar should now be black.
![[Image: uLV14hH.png]](http://i.imgur.com/uLV14hH.png)
I hope this helps.
 
	
Linux Lite 5.0 on Lenovo Edge 540 <3
	
	

 
 

