icecat: add release icecat-140.8.0-2gnu1 for ecne

This commit is contained in:
Ark74 2026-03-11 04:51:36 -06:00
parent 450538011a
commit 8eb1f1732f
616 changed files with 39955 additions and 33937 deletions

View file

@ -832,7 +832,7 @@ Maybe<nscolor> nsXPLookAndFeel::GenericDarkColor(ColorID aID) {
case ColorID::Linktext:
// If you change this color, you probably also want to change the default
// value of browser.anchor_color.dark.
color = NS_RGB(0x8c, 0x8c, 0xff);
color = NS_RGB(0x00, 0xca, 0xdb);
break;
case ColorID::Activetext:
case ColorID::SpellCheckerUnderline: