/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

body,
html {
  background: #221f1f;
  color: #ffffff;
  font-family: sans-serif;
  line-height: 24px;
  font-size: 14px;
}

body {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: 0;
  margin-right: 0;
}

a {
  color: #0a9af4;
}

/* Make only about page links ("learn more") white */
.about a {
  color: #ffffff;
}

p.subtitle {
  text-align: center;
  opacity: 0.7;
  margin: 0;
}

img#wordmark {
  /* We need to set the dp size here, because by default webview assumes the image is not
       density specific (but since it's an android resource, we get a density specific version). */
  width: 180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}
