joelshepherd / tabliss

A beautiful, customisable New Tab page for Firefox, Chrome, and Edge.
https://tabliss.io
GNU General Public License v3.0
2.25k stars 295 forks source link

Sometimes it's difficult to see the footer stuff #576

Open trmdi opened 1 year ago

trmdi commented 1 year ago

Because the text color and the background are the same:

image

the-wright-jamie commented 1 year ago

As a temporary fix, you can force the the color of the footer (credit + controls) using the following custom CSS:

.credit {
    color: #000000 <- change this hex code to whatever you want
}

You could also try changing the Luminosity found in the background Display Settings

COBALT-LxreloQetF

I'm not a developer or maintainer on this project, I just enjoy snooping the issues