Bug 1796551 [wpt PR 36570] - WebKit export of https://bugs.webkit.org/show_bug.cgi...
[gecko.git] / toolkit / content / aboutMozilla.css
blob6babca7f260d6198dfb7866af99a5d70076525d5
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/. */
5 html {
6 background: maroon radial-gradient( circle, #a01010 0%, #800000 80%) center center / cover no-repeat;
7 color: white;
8 font-style: italic;
9 text-rendering: optimizeLegibility;
10 min-height: 100%;
13 #moztext {
14 margin-top: 15%;
15 font-size: 1.1em;
16 font-family: serif;
17 text-align: center;
18 line-height: 1.5;
21 #from {
22 font-size: 1.95em;
23 font-family: serif;
24 text-align: end;
27 em {
28 font-size: 1.3em;
29 line-height: 0;
32 a {
33 text-decoration: none;
34 color: white;