aboutDialog.css (476B)
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 #aboutDialogContainer { 6 background-color: #20123a; 7 color: #fff; 8 color-scheme: dark; 9 } 10 11 #rightBox { 12 background-size: auto 64px; 13 margin-inline: 30px; 14 padding-top: 96px; 15 } 16 17 #bottomBox { 18 background-color: hsla(235, 43%, 10%, 0.5); 19 padding: 15px 10px 15px; 20 }