blob: 454e2f745c1931139f9db66ba7a3774276ce96d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@import url("../polymer/dark.css");
:root {
--mdc-theme-primary: #ffd6c1;
--mdc-theme-secondary: #bde8ff;
--mdc-theme-background: #493c35;
--mdc-theme-surface: #ffdbc7;
--mdc-theme-on-surface: white;
--mdc-theme-on-primary: white;
--mdc-theme-on-secondary: black;
--cms-extra-superdark: #270e00;
}
|