blob: 28a2dc131539902d9b48cafb7ca359445e25fbab [file] [log] [blame]
/* 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. */
html {
/* 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;
/* --google-blue-700, rewritten as a native custom property for speed. */
--md-toolbar-color: rgb(51, 103, 214);
}
html[dark] {
--md-background-color: rgb(32, 33, 36); /* --google-grey-900 */
--md-loading-message-color: #9AA0A6; /* --google-grey-refresh-500 */
--md-toolbar-color: rgba(255, 255, 255, .04);
}