summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/extensions/extension_error_overlay.css
blob: ec0cbec4bded7eb392e0a1f0be97a2bf14ee97d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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. */

#extension-error-overlay .highlighted-source {
  background-color: rgba(255, 195, 200, 255);
}

#extension-error-overlay .content-area {
  font-family: monospace;
  font-size: 1.2em;
}