One remaining problem with this board/theme is after modifieing/editing and saving a post... the post becomes white with silver text, how to read, not sure if this can be solved... and/or how...
Just a CSS tweak..
Untitled.png
OK ! Thanks for debugging it and finding it ! =D
Color FFFFE0 found in index.css of default theme and fusion theme.
index.css of fusion theme modified to use default background color: 2b2b2b
I am not sure if this modification will have any unintended side effects, but so far so good ! ;)
Code modified was:
/* Highlight the target item */
.windowbg:target {
background: #ffffe0;
}
To (43 dec = 2b hexadecimal):
/* Highlight the target item */
.windowbg:target {
background: #2b2b2b;
}
In file:
/var/www/vhosts/skybuck.org/httpdocs/PascalCoin/Forum/Themes/Fusion/css/index.css