aboutsummaryrefslogtreecommitdiff
path: root/Neutron-trunk/resources/css/polymer/dark.css
blob: de1f9a713ec2a8d17f363689f7248ddcb0a7e76a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.widget_cuc {
    filter: invert(100%);
}

#page-banner {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5) 70%, var(--mdc-theme-background)), var(--mpcms-banner) !important;
}

#page-elements #page-content-inner, #page-elements #page-content-widgets-desktop, #page-elements #page-content-widgets-mobile {
    background: #171717 !important;
    box-shadow: #1a1a1a42 0px 1px 10px !important;
    color: white !important;
}

#page-elements a {
    color: whitesmoke !important;
}

[data-pushbar-id] {
    background: #1e1e1e !important;
    color: white !important;
}

.mdc-list-item:not(.mdc-list-item--activated), .mdc-list-item:not(.mdc-list-item--activated) .material-icons-outlined {
    color: white !important;
}