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

    --cms-extra-superdark: #240030;
}