aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/themes/red-dark.css
blob: 824bd8fb7054b154607e4176b0768d0197daa8ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import url("../polymer/dark.css");

:root {
    --mdc-theme-primary: #cc9595;
    --mdc-theme-secondary: #93c9c9;
    --mdc-theme-background: #694646;
    --mdc-theme-surface: #cc9595;
    --mdc-theme-on-surface: white;
    --mdc-theme-on-primary: white;
    --mdc-theme-on-secondary: white;

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