aboutDialog.css (556B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 :root { 6 --about-dialog-background-color: #20123a; 7 --about-dialog-text-color: #fff; 8 --about-dialog-color-scheme: dark; 9 --about-dialog-background-color-bottom: hsla(235, 43%, 10%, 0.5); 10 --about-dialog-text-color-trademark: #999999; 11 } 12 13 #leftBox { 14 background-image: url("chrome://branding/content/icon256.png"); 15 background-position-y: 0; 16 }