Resource icon

Unmaintained Make dark text display lighter

If you have a problem with dark text in forum posts being hard to read against a dark background you can use this script to make it display lighter. The code needs to go in the footer template.

Code:
<script type="text/javascript">
    // Lighten dark text (wdb)
    var minRGB=150;
    var RGBfact=(255-minRGB)/255;
    $('.messageContent...
You do not have permission to view the full content of this resource. Log in or register now.
Author
wdb
Views
578
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from wdb

Top Bottom