From ef41ab718c7d4a0cffa616e3f409e3fe49d9c430 Mon Sep 17 00:00:00 2001 From: Dominika Liberda Date: Tue, 12 Oct 2021 16:14:50 +0200 Subject: [PATCH] change about colors --- .../browser/branding/librewolf/content/aboutDialog.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source_files/browser/branding/librewolf/content/aboutDialog.css b/source_files/browser/branding/librewolf/content/aboutDialog.css index 35700c3..a7a918b 100644 --- a/source_files/browser/branding/librewolf/content/aboutDialog.css +++ b/source_files/browser/branding/librewolf/content/aboutDialog.css @@ -6,7 +6,7 @@ background-image: url("chrome://branding/content/about-background.png"); background-repeat: no-repeat; background-color: #00acff; - color: #090909; + color: #ccc; } /* @@ -19,7 +19,7 @@ firefox-85.0/browser/base/content/aboutDialog.xhtml .text-link { - color: #101010 !important; + color: #c2c2c2 !important; text-decoration: underline; }