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

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