PascalCoin Forum

Forum => News & Notices => Topic started by: Skybuck on February 26, 2023, 03:36:16 AM

Title: (Solved) After modifieing/edit and save post, the posting becomes white...
Post by: Skybuck on February 26, 2023, 03:36:16 AM
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...
Title: Re: After modifieing/edit and save post, the posting becomes white...
Post by: dbg on February 27, 2023, 06:00:10 AM
Just a CSS tweak..

Untitled.png
Title: Re: After modifieing/edit and save post, the posting becomes white...
Post by: Skybuck on March 21, 2023, 10:09:09 AM
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