aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/themes/blue-dark.css
blob: 7285ad4312f32e718be0edceae8369a4fd59f84f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import url("../polymer/dark.css");

:root {
    --mdc-theme-primary: #b5c9ff;
    --mdc-theme-secondary: #ffebb4;
    --mdc-theme-background: #3a4053;
    --mdc-theme-surface: #b5c9ff;
    --mdc-theme-on-surface: white;
    --mdc-theme-on-primary: white;
    --mdc-theme-on-secondary: white;

    --cms-extra-superdark: #040a1a;
}