summaryrefslogtreecommitdiff
path: root/chromium/ui/webui/resources/css/md_colors.css
blob: 7c6a46c7e41af918ca19450580f674b63dfb9b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Copyright 2016 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. */

:root {
  /* This is a custom, Chrome-specific color that does not have a --paper or
   * --google equivalent. */
  --md-background-color: rgb(248, 249, 250);
  --md-loading-message-color: #6e6e6e;
  /* This is --google-blue-700, rewritten as a native custom property for speed.
   */
  --md-toolbar-color: rgb(51, 103, 214);
}