blob: 60466ca38b8f3f822716d349dbc933fe0ff1e0fd [file] [log] [blame]
/*
* Copyright 2020 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* TODO(aee): this file should probably be turned into a module that imports
* 'ui/webui/resources/shared_vars_css.m.js'.
*/
html {
--google-grey-850-rgb: 48, 49, 52; /* #303134 */
--google-grey-850: rgb(var(--google-grey-850-rgb));
--google-red-50-rgb: 252, 232, 230; /* #fce8e6 */
--google-red-50: rgb(var(--google-red-50-rgb));
--google-red-800-rgb: 179, 20, 18; /* #b31412 */
--google-red-800: rgb(var(--google-red-800-rgb));
--ntp-focus-shadow: 0 0 0 2px var(--color-new-tab-page-focus-ring);
--ntp-module-item-border-radius: 4px;
--ntp-module-text-size: 13px;
}