From 529ffcbfa97ab51a64a97f6dff08aeb2bc0cc105 Mon Sep 17 00:00:00 2001 From: Minteck Date: Tue, 24 Aug 2021 15:38:16 +0200 Subject: Update --- Neutron-trunk/resources/css/polymer/dark.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Neutron-trunk/resources/css/polymer/dark.css (limited to 'Neutron-trunk/resources/css/polymer/dark.css') 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 -- cgit