blob: ed8daa96648c6b6a2c646aa9bcecc896854ddd5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@import url("../polymer/dark.css");
:root {
--mdc-theme-primary: #acacac;
--mdc-theme-secondary: #c9c9c9;
--mdc-theme-background: #acacac;
--mdc-theme-surface: #acacac;
--mdc-theme-on-surface: white;
--mdc-theme-on-primary: white;
--mdc-theme-on-secondary: black;
--cms-extra-superdark: #2b2b2b;
}
|