/* Copyright 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

body {
  margin-top: 0;
}

.content {
  background-color: #323232;
  color: white;
}

.icon {
  content: url(../../../../ui/webui/resources/images/incognito_splash.svg);
  display: inline-block;
  height: 120px;
  width: 120px;
}

h1 {
  margin-top: .88em;
  opacity: .8;
}

p {
  opacity: .8;
}

.learn-more-button {
  color: rgb(123, 170, 247);
}
