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

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