change about colors

This commit is contained in:
Dominika Liberda 2021-10-12 16:14:50 +02:00
parent 841e6dc516
commit ef41ab718c

View file

@ -6,7 +6,7 @@
background-image: url("chrome://branding/content/about-background.png"); background-image: url("chrome://branding/content/about-background.png");
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: #00acff; background-color: #00acff;
color: #090909; color: #ccc;
} }
/* /*
@ -19,7 +19,7 @@ firefox-85.0/browser/base/content/aboutDialog.xhtml
.text-link { .text-link {
color: #101010 !important; color: #c2c2c2 !important;
text-decoration: underline; text-decoration: underline;
} }