aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/themes/orange-light.css
blob: 8242e1b0d54c4e396458afef72f13d1c94f9ca8f (plain)
1
2
3
4
5
6
7
8
9
10
11
:root {
    --mdc-theme-primary: #ff5b00;
    --mdc-theme-secondary: #00a6ff;
    --mdc-theme-background: #ffd9c4;
    --mdc-theme-surface: #ff5b00;
    --mdc-theme-on-surface: white;
    --mdc-theme-on-primary: white;
    --mdc-theme-on-secondary: black;

    --cms-extra-superdark: #270e00;
}