Ky sajt do të funksionojë me kufizime, teksa bëjmë mirëmbajtjen e tij për të përmirësuar punën tuaj. Nëse një artikull nuk e zgjidh problemin tuaj dhe dëshironi të bëni një pyetje, kemi bashkësinë tonë të asistencës, e gatshme për t’ju ndihmuar, te @FirefoxSupport në Twitter dhe/r/firefox në Reddit.

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

I adjusted the settings in UserContent.css to make Quote Colors more compatible with dark mode but when I reply to a message the original blue overrides it. Why

  • 1 përgjigje
  • 1 e ka hasur këtë problem
  • 12 parje
  • Përgjigjja më e re nga sfhowes

more options

I adjusted the settings in UserContent.css to make Quote Colors more compatible with dark mode and my OLED background on Thunderbird. However, when I reply to a message, the original text which is quoted in dark blue reappears (as seen below) and overrides my settings making it unreadable. Are there any fixes for this?

I adjusted the settings in UserContent.css to make Quote Colors more compatible with dark mode and my OLED background on Thunderbird. However, when I reply to a message, the original text which is quoted in dark blue reappears (as seen below) and overrides my settings making it unreadable. Are there any fixes for this?
Foto të bashkëngjitura ekrani

Krejt Përgjigjet (1)

more options

I have a section in my userContent.css for changing the displayed color of the text and background for quoted plain text, in addition for quoted html content:

/* Quoted text colour for plain text */
span[_moz_quote="true"] {
  color: navy !important;
  background-color: mistyrose !important;
}
pre[_moz_quote="true"] {
  color: navy !important;
  background-color: mistyrose !important;
}

https://unix.stackexchange.com/questions/562721/thunderbird-68-css-to-change-quote-colours

See if you can choose colors that are compatible with dark mode.