2
Work on maintaining a system that could only be displayed with the white background, and we recently adopted the possibility for the user to choose the dark background.
Some text fields are saved with formatting in the database, so if the color of the formatted text is black the display is compromised.
Is there any way to improve the display of these black-colored formatted texts on dark background?
I’m looking for a javascript or Asp.net-compatible library to match the colors.
Edit
Here is an example of how data is saved to the database:
<p class="CorpodoTexto"> </p>
	<p class="CorpodoTexto">Todo e qualquer retrabalho é desnecessário e causa perda
	de tempo, vê-se logo ao analisar a palavra. Com foco em evitar o retrabalho e
	perda de tempo, foi criada a API . Tendo em sua primeira versão a
	finalidade de disponibilizar a lista de produtos cadastrada em nosso ERP, bem
	como, a possibilidade de inserir através de serviço, pedidos no já mencionad<span style="color: #000000;">o
	ERP.</span></p>
	<p class="CorpodoTexto"><span style="color: #000000;">            Este
	documento especifica alguns dos principais requisitos da API .
	Sua criação se deu para auxiliar desenvolvedores, fornecendo as informações
	necessárias para a implementação de uma integração coerente e prática.</span></p>
	<p class="CorpodoTexto"><span style="color: #000000;">            As
	demais seções apresentam as especificações da API </span>e estão organizadas da
	seguinte forma:</p>
	<p class="CorpodoTexto" style="margin-left: 36pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-family: Symbol;">·<span style="font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 7pt; line-height: normal; font-family: 'Times New Roman';">        
	</span></span><!--[endif]--><strong>Seção 2 –
	Classes para a comunicação:</strong> Descreve o formato das classes de comunicação
	bem como as tipagens e obrigatoriedades de seus atributos.</p>
	<strong><span style="font-size: 11pt; line-height: 107%; font-family: Calibri, sans-serif;">Seção
	3 – Serviços disponíveis:</span></strong><span style="font-size: 11pt; line-height: 107%; font-family: Calibri, sans-serif;"> Descreve
	os serviços disponíveis na versão corrente da API  bem como um
	exemplo passo </span><span style="font-size: 11pt; font-family: 'Times New Roman';"></span>
Colors, font sizes, among others, deals with
CSS– Jorge.M
You could ask the question some examples of formatting that comes from the database for a better analysis.
– Sam
@Sam inserted an example I took straight from the bank
– Pilati
@Pilati just edited my answer worth you give a run and analyzed in my code and try to adapt to your.
– Gunblades