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

    --cms-extra-superdark: #271c00;
}