aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/themes/blue-light.css
blob: b8ff9d79950383bb214652b68e5ea354ef9357ef (plain)
1
2
3
4
5
6
7
8
9
10
11
:root {
    --mdc-theme-primary: #2962ff;
    --mdc-theme-secondary: #ffc629;
    --mdc-theme-background: #cedbff;
    --mdc-theme-surface: #2962ff;
    --mdc-theme-on-surface: white;
    --mdc-theme-on-primary: white;
    --mdc-theme-on-secondary: black;

    --cms-extra-superdark: #040a1a;
}