aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/themes/white-light.css
blob: abfd7e346c0cde445bab00f8d1fc8e791b99fe0e (plain)
1
2
3
4
5
6
7
8
9
10
11
:root {
    --mdc-theme-primary: #d6d6d6;
    --mdc-theme-secondary: #919191;
    --mdc-theme-background: #f3f3f3;
    --mdc-theme-surface: #d6d6d6;
    --mdc-theme-on-surface: white;
    --mdc-theme-on-primary: white;
    --mdc-theme-on-secondary: black;

    --cms-extra-superdark: #2b2b2b;
}