diff options
Diffstat (limited to 'Neutron-trunk/resources/css/polymer/dark.css')
-rw-r--r-- | Neutron-trunk/resources/css/polymer/dark.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Neutron-trunk/resources/css/polymer/dark.css b/Neutron-trunk/resources/css/polymer/dark.css new file mode 100644 index 0000000..de1f9a7 --- /dev/null +++ b/Neutron-trunk/resources/css/polymer/dark.css @@ -0,0 +1,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; +}
\ No newline at end of file |