(Solved) After modifieing/edit and save post, the posting becomes white...

Started by Skybuck, February 26, 2023, 03:36:16 AM

Previous topic - Next topic

Skybuck

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...

dbg


Skybuck

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