summaryrefslogtreecommitdiff
path: root/chromium/components/safe_browsing/web_ui/resources/safe_browsing.css
blob: 5fe64a5f6bb5ee421c6dad65cf0f1680e0ec44b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Copyright 2017 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 {
  color: rgb(48, 57, 66);
  margin:15px;
}
p {
  white-space: pre-wrap;
}
.content {
  background-color: #fbfbfb;
  border: 1px solid #cecece;
  border-radius: 3px;
  padding: 19px;
  line-height: 1.5;
}
#sb-title {
  font-size: 2em;
  margin-bottom: 0.8em;
}
h1, h2, h3, p {
  font-weight: normal;
  line-height: 1.5;
}