I found, for example, that in Earth, the blue ink used in Hall of Fame just looked awful
just changing that ink colour from blue to white MADE SUCH A DIFFERENCE!!
ok here's what I did
(of course, you already copied the prosilver style directory to the ext and renamed it the new style! )
so from the new style folder, in my case Earth/theme
download the css file to your editor
change
Code: Select all
.tpotm-div-5 {
text-align: center;
font-weight: bold;
Code: Select all
.tpotm-div-5 {
text-align: center;
font-weight: bold;
color: white;
Code: Select all
tpotm-head-text {
font-size: 2.2em;
text-align: center;
color: #5432;
Code: Select all
tpotm-head-text {
font-size: 2.2em;
text-align: center;
color: white;